ISharePointProjectPackage.Features 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 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.