Returns element at a specified position.
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _ ByVal Index As Integer _ ) As IAgUiPluginSelectedObject |
[C#] |
---|
public IAgUiPluginSelectedObject this[ int Index ] {get;} |
[Managed C++] |
---|
public: __property IAgUiPluginSelectedObject^ get_Item( int Index ); |
[Unmanaged C++] |
---|
public: HRESULT get_Item( long Index, IAgUiPluginSelectedObject* ppRetVal ); |
[Java] |
---|
public IAgUiPluginSelectedObject getItem( int Index ); |
- Index