Given an index, returns the element in the
collection. If the index is an integer, then method returns the
element in the collection at the given position. If the index is a
string, then the method returns the element with the specified
name.
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