IFeatureManifest.ActivationDependencies Property
Gets a list of features on which activation of the current feature depends.
Namespace: Microsoft.VisualStudio.SharePoint.Features
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
ReadOnly Property ActivationDependencies As IFeatureActivationDependencyCollection
IFeatureActivationDependencyCollection ActivationDependencies { get; }
Property Value
Type: Microsoft.VisualStudio.SharePoint.Features.IFeatureActivationDependencyCollection
A collection of objects representing the list of dependent features.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.