Feature 要素 (DeploymentManifest)

適用対象: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

Windows SharePoint Services 3.0 Feature (SPFeature) オブジェクトのインスタンスを表します。

定義

DECLARATION
<xs:element name="Feature" type="SPFeature" />

USAGE
<SPObject>
  <Feature>
      Id="Guid"
      WebId="Guid"
      Properties="xs:string"
      FeatureDefinitionName="xs:string"
  </Feature>
</SPObject>

SPFeature

要素と属性

以下のセクションで、属性、子要素、親要素について説明します。

属性

属性 説明
Id
Guid 単純型 (DeploymentManifest)
オプション。 機能オブジェクトを表す一意識別子です。
WebId
Guid 単純型 (DeploymentManifest)
オプション。 機能が関連付けられている Web サイトの一意の識別子。
Properties
xs:string
オプション。 機能のプロパティのコレクションを表します。
FeatureDefinitionName
xs:string
必須です。 機能定義の名前です。

子要素

None

親要素

SPObject 要素 (DeploymentManifest)

関連項目