IFeatureActivationDependencyCollection 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 activation dependencies.
public interface class IFeatureActivationDependencyCollection : System::Collections::Generic::ICollection<Microsoft::VisualStudio::SharePoint::Features::IFeatureActivationDependency ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::Features::IFeatureActivationDependency ^>, System::Collections::Generic::IList<Microsoft::VisualStudio::SharePoint::Features::IFeatureActivationDependency ^>
public interface IFeatureActivationDependencyCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.SharePoint.Features.IFeatureActivationDependency>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.Features.IFeatureActivationDependency>, System.Collections.Generic.IList<Microsoft.VisualStudio.SharePoint.Features.IFeatureActivationDependency>
type IFeatureActivationDependencyCollection = interface
interface IList<IFeatureActivationDependency>
interface ICollection<IFeatureActivationDependency>
interface seq<IFeatureActivationDependency>
interface IEnumerable
Public Interface IFeatureActivationDependencyCollection
Implements ICollection(Of IFeatureActivationDependency), IEnumerable(Of IFeatureActivationDependency), IList(Of IFeatureActivationDependency)
- Implements
Methods
AddCustomFeatureActivationDependency() |
Adds a new ICustomFeatureActivationDependency to the feature activation dependency collection. |
AddReferencedFeatureActivationDependency(Guid) |
Adds a new IReferencedFeatureActivationDependency to the feature activation dependency collection. |