Given an index, returns an element in the
collection.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Item( _
ByVal IndexOrName As System.Object _
) As IAgDataProviderInfo
|
| [C#] |
|---|
public IAgDataProviderInfo this[
|
| [Managed C++] |
|---|
public: __property IAgDataProviderInfo^ get_Item(
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Item(
|
| [Java] |
|---|
public IAgDataProviderInfo getItem(
|
- IndexOrName