ClientValueObjectCollection<T>.Item - Propriété
Gets the item at the specified index.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll) Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Item ( _
index As Integer _
) As T
Get
'Utilisation
Dim instance As ClientValueObjectCollection
Dim index As Integer
Dim value As T
value = instance.Item(index)
public T this[
int index
] { get; }
Paramètres
index
Type : System.Int32The index of the item to be returned.
Valeur de propriété
Type : T
The item at the specified index.
Voir aussi
Référence
ClientValueObjectCollection<T> classe