Freigeben über


ListItemCollection.GetById-Methode (String)

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Function GetById ( _
    id As String _
) As ListItem
'Usage
Dim instance As ListItemCollection
Dim id As String
Dim returnValue As ListItem

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

Parameter

Rückgabewert

Typ: Microsoft.SharePoint.Client.ListItem
Gibt ListIteman.

Siehe auch

Referenz

ListItemCollection Klasse

ListItemCollection-Member

GetById-Überladung

Microsoft.SharePoint.Client-Namespace