IPackageManifest.ActivationDependencies Property
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.
Gets the packages on which the activation of the current package depends.
public:
property Microsoft::VisualStudio::SharePoint::Packages::ISolutionActivationDependencyCollection ^ ActivationDependencies { Microsoft::VisualStudio::SharePoint::Packages::ISolutionActivationDependencyCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.Packages.ISolutionActivationDependencyCollection ActivationDependencies { get; }
member this.ActivationDependencies : Microsoft.VisualStudio.SharePoint.Packages.ISolutionActivationDependencyCollection
Public ReadOnly Property ActivationDependencies As ISolutionActivationDependencyCollection
Property Value
A collection representing packages.