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