Feature 要素 (DeploymentManifest)
最終更新日: 2015年3月9日
適用対象: SharePoint Foundation 2010
この記事の内容
型
属性
子要素
親要素
Windows SharePoint Services 3.0 機能 (SPFeature) オブジェクトのインスタンスを表します。
DECLARATION
<xs:element name="Feature" type="SPFeature" />
USAGE
<SPObject>
<Feature>
Id="Guid"
WebId="Guid"
Properties="xs:string"
FeatureDefinitionName="xs:string"
</Feature>
</SPObject>
型
属性
属性 |
型 |
説明 |
---|---|---|
Id |
オプション。機能オブジェクトを表す一意識別子です。 |
|
WebId |
オプション。機能が関連付けられている Web サイトを表す一意識別子です。 |
|
Properties |
xs:string |
オプション。機能のプロパティのコレクションを表します。 |
FeatureDefinitionName |
xs:string |
必須。機能定義の名前です。 |
子要素
なし |