ClientValueObjectCollection<T>.Item-Eigenschaft
Ruft das Element am angegebenen Index.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll) Microsoft.SharePoint.Client.Phone.Runtime (in Microsoft.SharePoint.Client.Phone.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As T
Get
'Usage
Dim instance As ClientValueObjectCollection
Dim index As Integer
Dim value As T
value = instance.Item(index)
public T this[
int index
] { get; }
Parameter
index
Typ: System.Int32Der Index des Elements, das zurückgegeben werden soll.
Eigenschaftswert
Typ: T
Das Element am angegebenen Index.
Siehe auch
Referenz
ClientValueObjectCollection<T> Klasse