Partager via


ListItemCollection.GetById - Méthode (String)

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public Function GetById ( _
    id As String _
) As ListItem
'Utilisation
Dim instance As ListItemCollection
Dim id As String
Dim returnValue As ListItem

returnValue = instance.GetById(id)
public ListItem GetById(
    string id
)

Paramètres

Valeur renvoyée

Type : Microsoft.SharePoint.Client.ListItem
Renvoie ListItem.

Voir aussi

Référence

ListItemCollection classe

ListItemCollection - Membres

GetById - Surcharge

Microsoft.SharePoint.Client - Espace de noms