ISharePointProject.Features Property

Definition

Gets the collection of SharePoint features defined in the project.

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

Property Value

A collection of SharePoint features.

Applies to