Share via


IFeatureActivationDependencyCollection.AddCustomFeatureActivationDependency Method

Definition

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.

Applies to