IFeatureManifestReferenceCollection Interface
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.
Represents a collection of feature manifest files in the package.
public interface class IFeatureManifestReferenceCollection : System::Collections::Generic::ICollection<Microsoft::VisualStudio::SharePoint::Packages::IFeatureManifestReference ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::Packages::IFeatureManifestReference ^>, System::Collections::Generic::IList<Microsoft::VisualStudio::SharePoint::Packages::IFeatureManifestReference ^>
public interface IFeatureManifestReferenceCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.SharePoint.Packages.IFeatureManifestReference>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.Packages.IFeatureManifestReference>, System.Collections.Generic.IList<Microsoft.VisualStudio.SharePoint.Packages.IFeatureManifestReference>
type IFeatureManifestReferenceCollection = interface
interface IList<IFeatureManifestReference>
interface ICollection<IFeatureManifestReference>
interface seq<IFeatureManifestReference>
interface IEnumerable
Public Interface IFeatureManifestReferenceCollection
Implements ICollection(Of IFeatureManifestReference), IEnumerable(Of IFeatureManifestReference), IList(Of IFeatureManifestReference)
- Implements
Methods
Add() |
Adds a new feature manifest reference to the collection. |