Returns the specific item in the collection
given a unit identifier or an index.
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _
ByVal IndexOrName As System.Object _
) As IAgUnitPrefsUnit
|
[C#] |
---|
public IAgUnitPrefsUnit this[
|
[Managed C++] |
---|
public: __property IAgUnitPrefsUnit^ get_Item(
|
[Unmanaged C++] |
---|
public: HRESULT get_Item(
|
[Java] |
---|
public IAgUnitPrefsUnit getItem(
|
- IndexOrName
- The Index or Unit abbreviation to get.
This property is implicit in Visual
Basic.