Gets an item from the collection.
A Stringb> representing the item located at the specified index within the collection.
You can use this method to obtain the item at the specified location within the collection. You can use IndexOf to find the location of an item.
| Exception Type | Condition |
|---|---|
| ArgumentOutOfRangeException |
The index was less than zero. -or-The index was greater than or equal to the number of items in the collection. |
AutoComplete.VisibleItemsCollection Class | Skybound.AutoComplete Namespace