Given an index, returns an element in the collection.
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _ ByVal index As Integer _ ) As IAgAvtrADDSMessage |
[C#] |
---|
public IAgAvtrADDSMessage this[ int index ] {get;} |
[Managed C++] |
---|
public: __property IAgAvtrADDSMessage^ get_Item( int index ); |
[Unmanaged C++] |
---|
public: HRESULT get_Item( long index, IAgAvtrADDSMessage* ppRetVal ); |
[Java] |
---|
public IAgAvtrADDSMessage getItem( int index ); |
[Python - STK API ] |
---|
@property def Item(self) -> "IAgAvtrADDSMessage": |
- index