Share via


IFeatureActivationDependencyCollection Interface

Definition

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.

Applies to