ISolutionActivationDependencyCollection 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 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. |