Freigeben über


List.GetItemById-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 GetItemById ( _
    id As String _
) As ListItem
'Usage
Dim instance As List
Dim id As String
Dim returnValue As ListItem

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

Parameter

Rückgabewert

Typ: Microsoft.SharePoint.Client.ListItem
Returns ListItem.

Siehe auch

Referenz

List Klasse

List-Member

GetItemById-Überladung

Microsoft.SharePoint.Client-Namespace