共用方式為


FeatureCollection.Add 方法

加入啟動的功能的集合中的功能,並傳回的新增的功能。

命名空間:  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 Add ( _
    featureId As Guid, _
    force As Boolean, _
    featdefScope As FeatureDefinitionScope _
) As Feature
'用途
Dim instance As FeatureCollection
Dim featureId As Guid
Dim force As Boolean
Dim featdefScope As FeatureDefinitionScope
Dim returnValue As Feature

returnValue = instance.Add(featureId, _
    force, featdefScope)
public Feature Add(
    Guid featureId,
    bool force,
    FeatureDefinitionScope featdefScope
)

參數

  • featureId
    類型:System.Guid

    若要新增的功能功能識別碼。

    它不能null 參考 (未執行任何動作 於 Visual Basic 中)。

  • force
    類型:System.Boolean

    指定是否要以相同的功能識別項覆寫現有的功能。

    如果沒有任何錯誤,則會忽略此參數。

傳回值

類型:Microsoft.SharePoint.Client.Feature
傳回代表的功能啟動的功能的集合Feature執行個體,並傳回的新增的功能。

請參閱

參照

FeatureCollection 類別

FeatureCollection 成員

Microsoft.SharePoint.Client 命名空間