Freigeben über


Feature-Element ("DeploymentManifest")

Letzte Änderung: Freitag, 30. Mai 2008

Gilt für: SharePoint Foundation 2010

Inhalt dieses Artikels
Typ
Attribute
Untergeordnete Elemente
Übergeordnete Elemente

Stellt eine Instanz eines Windows SharePoint Services 3.0-Featureobjekts (SPFeature) dar.

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

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

Typ

SPFeature

Attribute

Attribut

Typ

Beschreibung

Id

Einfacher "Guid"-Typ (DeploymentManifest)

Optional. Eindeutiger Bezeichner des Featureobjekts.

WebId

Einfacher "Guid"-Typ (DeploymentManifest)

Optional. Eindeutiger Bezeichner der Website, der das Feature zugeordnet ist.

Properties

xs:string

Optional. Stellt die Auflistung der Eigenschaften für das Feature dar.

FeatureDefinitionName

xs:string

Erforderlich. Name der Featuredefinition.

Untergeordnete Elemente

Keine

Übergeordnete Elemente

SPObject-Element (DeploymentManifest)

Siehe auch

Referenz

SPFeature

Konzepte

"DeploymentManifest"-Schema