次の方法で共有


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>

SPFeature

属性

属性

説明

Id

Guid 単純型 (DeploymentManifest)

オプション。機能オブジェクトを表す一意識別子です。

WebId

Guid 単純型 (DeploymentManifest)

オプション。機能が関連付けられている Web サイトを表す一意識別子です。

Properties

xs:string

オプション。機能のプロパティのコレクションを表します。

FeatureDefinitionName

xs:string

必須。機能定義の名前です。

子要素

なし

親要素

SPObject 要素 (DeploymentManifest)

関連項目

参照

SPFeature

概念

DeploymentManifest スキーマ