ISharePointProjectPackage.Features Property

Definition

Gets the collection of the features referenced in the package document object.

public:
 property System::Collections::Generic::ICollection<Microsoft::VisualStudio::SharePoint::ISharePointProjectFeature ^> ^ Features { System::Collections::Generic::ICollection<Microsoft::VisualStudio::SharePoint::ISharePointProjectFeature ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.VisualStudio.SharePoint.ISharePointProjectFeature> Features { get; }
member this.Features : System.Collections.Generic.ICollection<Microsoft.VisualStudio.SharePoint.ISharePointProjectFeature>
Public ReadOnly Property Features As ICollection(Of ISharePointProjectFeature)

Property Value

A collection of features.

Applies to