IFeatureActivationDependencyCollection.AddCustomFeatureActivationDependency Method
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.
Adds a new ICustomFeatureActivationDependency to the feature activation dependency collection.
public:
Microsoft::VisualStudio::SharePoint::Features::ICustomFeatureActivationDependency ^ AddCustomFeatureActivationDependency();
public Microsoft.VisualStudio.SharePoint.Features.ICustomFeatureActivationDependency AddCustomFeatureActivationDependency ();
abstract member AddCustomFeatureActivationDependency : unit -> Microsoft.VisualStudio.SharePoint.Features.ICustomFeatureActivationDependency
Public Function AddCustomFeatureActivationDependency () As ICustomFeatureActivationDependency
Returns
The new feature activation dependency added to the collection.