IPackageManifest.FeatureManifests 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 feature manifests associated with the package.
public:
property Microsoft::VisualStudio::SharePoint::Packages::IFeatureManifestReferenceCollection ^ FeatureManifests { Microsoft::VisualStudio::SharePoint::Packages::IFeatureManifestReferenceCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.Packages.IFeatureManifestReferenceCollection FeatureManifests { get; }
member this.FeatureManifests : Microsoft.VisualStudio.SharePoint.Packages.IFeatureManifestReferenceCollection
Public ReadOnly Property FeatureManifests As IFeatureManifestReferenceCollection
Property Value
A collection representing feature manifests.