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
- id
Type : System.String
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ListItem
Renvoie ListItem.