ISharePointProjectItemDeploymentContext.Feature Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.