共用方式為


ViewCollection.GetById 方法

傳回指定的檢視識別項的檢視。

命名空間:  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 ( _
    guidId As Guid _
) As View
'用途
Dim instance As ViewCollection
Dim guidId As Guid
Dim returnValue As View

returnValue = instance.GetById(guidId)
public View GetById(
    Guid guidId
)

參數

  • guidId
    類型:System.Guid

    若要傳回檢視檢視識別碼。

傳回值

類型:Microsoft.SharePoint.Client.View
傳回代表指定的檢視識別碼檢視View執行個體。

例外狀況

例外狀況 條件
[System.ArgumentException]

沒有指定的檢視識別碼檢視集合中的檢視。錯誤碼 ︰-2147024809。

[System.UnauthorizedAccessException]

目前的使用者會有足夠的權限。錯誤碼 ︰-2147024891。

請參閱

參照

ViewCollection 類別

ViewCollection 成員

Microsoft.SharePoint.Client 命名空間