Partager via


ClientObjectCollection.GetItemAtIndex - Méthode

Obtient l'élément à l'index de la ClientObjectCollectionspécifié.

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
Protected Function GetItemAtIndex ( _
    i As Integer _
) As Object
'Utilisation
Dim i As Integer
Dim returnValue As Object

returnValue = Me.GetItemAtIndex(i)
protected Object GetItemAtIndex(
    int i
)

Paramètres

  • i
    Type : System.Int32

    Index de base zéro de l'élément.

Valeur renvoyée

Type : System.Object
L'élément à l'index de la ClientObjectCollectionspécifié.

Remarques

La méthode est une opération o (1).

Voir aussi

Référence

ClientObjectCollection classe

ClientObjectCollection - Membres

Microsoft.SharePoint.Client - Espace de noms