IFeatureManifest.Elements 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 a list of feature element definition and support files.
public:
property Microsoft::VisualStudio::SharePoint::Features::IElementCollection ^ Elements { Microsoft::VisualStudio::SharePoint::Features::IElementCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.Features.IElementCollection Elements { get; }
member this.Elements : Microsoft.VisualStudio.SharePoint.Features.IElementCollection
Public ReadOnly Property Elements As IElementCollection
Property Value
A collection of objects representing feature element definition and support files.