Get the item at the index specified.
| C# | Visual Basic | Visual C++ |
public ItemIdList GetItem( int index )
Public Function GetItem ( _ index As Integer _ ) As ItemIdList
public: ItemIdList^ GetItem( int index )
- index (Int32)
- The index of the item to retrieve.
Absolute ItemIdList to item at index, null if no item was found at the index specified
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the index is lesser than 0 |