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[
|
| [Managed C++] |
|---|
public: __property IAgRt3Action^ get_Item(
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Item(
|
| [Java] |
|---|
public IAgRt3Action getItem(
|
- Index