Returns the property of the collection at the
given index.
| [Visual Basic .NET] |
|---|
Public Function GetItem( _
ByVal Index As Integer _
) As IAgPropertyInfo
|
| [C#] |
|---|
public IAgPropertyInfo GetItem(
|
| [Managed C++] |
|---|
public: IAgPropertyInfo^ GetItem(
|
| [Java] |
|---|
public IAgPropertyInfo getItem(
|
| [Unmanaged C++] |
|---|
public: HRESULT GetItem(
|
- Index