다음을 통해 공유


Feature Element (DeploymentManifest)

Applies to: SharePoint Foundation 2010

Represents an instance of a Windows SharePoint Services 3.0 Feature (SPFeature) object.

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

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

Type

SPFeature

Attributes

Attribute

Type

Description

Id

Guid Simple Type (DeploymentManifest)

Optional. Unique identifier of the Feature object.

WebId

Guid Simple Type (DeploymentManifest)

Optional. Unique identifier of the Web site to which the Feature is associated.

Properties

xs:string

Optional. Represents the collection of properties for the Feature.

FeatureDefinitionName

xs:string

Required. Name of the Feature definition.

Child Elements

None

Parent Elements

SPObject Element (DeploymentManifest)

See Also

Reference

SPFeature

Concepts

DeploymentManifest Schema