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指定是否要以相同的功能識別項覆寫現有的功能。
如果沒有任何錯誤,則會忽略此參數。
featdefScope
類型:Microsoft.SharePoint.Client.FeatureDefinitionScope此功能的功能範圍。
您必須先 FeatureDefinitionScope.Site 或 FeatureDefinitionScope.Farm 的值。
傳回值
類型:Microsoft.SharePoint.Client.Feature
傳回代表的功能啟動的功能的集合Feature執行個體,並傳回的新增的功能。