ViewCollection.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 ( _
strTitle As String _
) As View
'用途
Dim instance As ViewCollection
Dim strTitle As String
Dim returnValue As View
returnValue = instance.GetByTitle(strTitle)
public View GetByTitle(
string strTitle
)
參數
strTitle
類型:System.String若要傳回檢視的標題。
傳回值
類型:Microsoft.SharePoint.Client.View
傳回代表指定標題的 [清單] 檢視的View執行個體。
例外狀況
例外狀況 | 條件 |
---|---|
[System.ArgumentException] | 使用指定的標題檢視集合中檢視。錯誤碼 ︰-2147024809。 |
[System.UnauthorizedAccessException] | 目前的使用者會有足夠的權限。錯誤碼 ︰-2147024891。 |
備註
如果有一個以上的清單檢視使用指定的標題,伺服器必須傳回一個清單檢視。它不能null 參考 (未執行任何動作 於 Visual Basic 中)。