Item Property

SynchronizedReadOnlyCollection(Of T).Item Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets an element from the thread-safe, read-only collection with a specified index.

Namespace:  System.Collections.Generic
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

'Declaration
Public ReadOnly Property Item ( _
	index As Integer _
) As T

Parameters

index
Type: System.Int32
The zero-based index of the element to be retrieved from the collection.

Property Value

Type: T
The element from read-only collection with the specified index.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft