ISolutionActivationDependencyCollection Interface

Definition

Represents a collection of packages upon which the activation of another package depends.

public interface class ISolutionActivationDependencyCollection : System::Collections::Generic::ICollection<Microsoft::VisualStudio::SharePoint::Packages::ISolutionActivationDependency ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::Packages::ISolutionActivationDependency ^>, System::Collections::Generic::IList<Microsoft::VisualStudio::SharePoint::Packages::ISolutionActivationDependency ^>
public interface ISolutionActivationDependencyCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.SharePoint.Packages.ISolutionActivationDependency>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.Packages.ISolutionActivationDependency>, System.Collections.Generic.IList<Microsoft.VisualStudio.SharePoint.Packages.ISolutionActivationDependency>
type ISolutionActivationDependencyCollection = interface
    interface IList<ISolutionActivationDependency>
    interface ICollection<ISolutionActivationDependency>
    interface seq<ISolutionActivationDependency>
    interface IEnumerable
Public Interface ISolutionActivationDependencyCollection
Implements ICollection(Of ISolutionActivationDependency), IEnumerable(Of ISolutionActivationDependency), IList(Of ISolutionActivationDependency)
Implements

Methods

AddCustomSolutionActivationDependency()

Adds a new custom solution activation dependency.

Applies to