共用方式為


FeatureCollection.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 ( _
    featureId As Guid _
) As Feature
'用途
Dim instance As FeatureCollection
Dim featureId As Guid
Dim returnValue As Feature

returnValue = instance.GetById(featureId)
public Feature GetById(
    Guid featureId
)

參數

  • featureId
    類型:System.Guid

    傳回功能功能識別碼。

傳回值

類型:Microsoft.SharePoint.Client.Feature
傳回Feature

例外狀況

例外狀況 條件
[System.UnauthorizedAccessException]

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

備註

如果沒有功能適用於指定的功能識別碼,則傳回null 參考 (未執行任何動作 於 Visual Basic 中) 。

請參閱

參照

FeatureCollection 類別

FeatureCollection 成員

Microsoft.SharePoint.Client 命名空間