ListCollection.GetByTitle 方法
從集合傳回具有指定標題的清單。
命名空間: 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 GetByTitle ( _
title As String _
) As List
'用途
Dim instance As ListCollection
Dim title As String
Dim returnValue As List
returnValue = instance.GetByTitle(title)
public List GetByTitle(
string title
)
參數
title
類型:System.String包含清單標題的字串。
它不能null 參考 (未執行任何動作 於 Visual Basic 中)。它必須不是空的。其長度必須等於或小於 255。
傳回值
類型:Microsoft.SharePoint.Client.List
表示清單List物件。
例外狀況
例外狀況 | 條件 |
---|---|
ArgumentException | 清單不存在。錯誤碼 ︰-2147024809。 |
UnauthorizedAccessException | 目前的使用者會有足夠的權限執行的作業。錯誤碼:-2147024891。 |