共用方式為


SPFeatureDefinition.Properties property

取得包含在 「 功能 」 定義中指定的每個功能設定標準化的屬性包物件。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property Properties As SPFeaturePropertyCollection
    Get
'用途
Dim instance As SPFeatureDefinition
Dim value As SPFeaturePropertyCollection

value = instance.Properties
public SPFeaturePropertyCollection Properties { get; }

Property value

Type: Microsoft.SharePoint.SPFeaturePropertyCollection
SPFeaturePropertyCollection 物件代表功能屬性。

備註

這個屬性所傳回的設定不更新 ;他們會反映狀態的功能定義 XML 檔案中所定義的屬性。基於此屬性中的功能定義為唯讀。呼叫Update方法從功能屬性物件傳回InvalidOperationException例外狀況,表示 」 上的功能定義的屬性可以不會更新。 」

請參閱

參照

SPFeatureDefinition class

SPFeatureDefinition members

Microsoft.SharePoint.Administration namespace