Given an index, returns the element in the collection.
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _ ByVal Index As Integer _ ) As IAgRt3Action |
[C#] |
---|
public IAgRt3Action this[ int Index ] {get;} |
[Managed C++] |
---|
public: __property IAgRt3Action^ get_Item( int Index ); |
[Unmanaged C++] |
---|
public: HRESULT get_Item( long Index, IAgRt3Action* ppAction ); |
[Java] |
---|
public IAgRt3Action getItem( int Index ); |
- Index