Gets the element at the specified index
(0-based).
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _
ByVal Index As Integer _
) As IAgExecCmdResult
|
[C#] |
---|
public IAgExecCmdResult this[
|
[Managed C++] |
---|
public: __property IAgExecCmdResult^ get_Item(
|
[Unmanaged C++] |
---|
public: HRESULT get_Item(
|
[Java] |
---|
public IAgExecCmdResult getItem(
|
- Index