SynchronizedReadOnlyCollection(Of T).IList(Of T).Item Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the element at the specified index.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- index
- Type: System.Int32
The zero-based index of the element to be retrieved from the collection.
Implements
IList(Of T).Item(Int32)| Exception | Condition |
|---|---|
| NotSupportedException | Items cannot be set in a read only collection. |
Show: