ListItemCollection.GetById 方法 (Int32)
傳回具有指定清單項目識別碼的清單項目。
命名空間: 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 Integer _
) As ListItem
'用途
Dim instance As ListItemCollection
Dim id As Integer
Dim returnValue As ListItem
returnValue = instance.GetById(id)
public ListItem GetById(
int id
)
參數
id
類型:System.Int32清單項目識別碼。
傳回值
類型:Microsoft.SharePoint.Client.ListItem
傳回代表指定的清單項目識別碼清單項目ListItem執行個體。
例外狀況
例外狀況 | 條件 |
---|---|
ArgumentException | 清單項目不存在。錯誤碼 ︰-2147024809。 |