ISharePointProjectItemDeploymentContext.Feature Property

Definition

Gets the primary feature associated with the project item.

public:
 property Microsoft::VisualStudio::SharePoint::ISharePointProjectFeature ^ Feature { Microsoft::VisualStudio::SharePoint::ISharePointProjectFeature ^ get(); };
public Microsoft.VisualStudio.SharePoint.ISharePointProjectFeature Feature { get; }
member this.Feature : Microsoft.VisualStudio.SharePoint.ISharePointProjectFeature
Public ReadOnly Property Feature As ISharePointProjectFeature

Property Value

An object representing a SharePoint feature.

Remarks

If the project item is present in multiple features, the feature with the most specific deployment scope is used.

If multiple features have the same deployment scope, an arbitrary feature is used.

Applies to