次の方法で共有


ListItemCollection.GetById メソッド (String)

名前空間:  Microsoft.SharePoint.Client
アセンブリ:   Microsoft.SharePoint.Client.Silverlight (Microsoft.SharePoint.Client.Silverlight.dll 内);  Microsoft.SharePoint.Client.Phone (Microsoft.SharePoint.Client.Phone.dll 内)  Microsoft.SharePoint.Client (Microsoft.SharePoint.Client.dll 内)

構文

'宣言
Public Function GetById ( _
    id As String _
) As ListItem
'使用
Dim instance As ListItemCollection
Dim id As String
Dim returnValue As ListItem

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

パラメーター

戻り値

型: Microsoft.SharePoint.Client.ListItem
ListItem を返します。

関連項目

参照先

ListItemCollection クラス

ListItemCollection メンバー

GetById オーバーロード

Microsoft.SharePoint.Client 名前空間