FeatureDependency.GetDependentFeatures(String) Method

Definition

Gets the features that depend on the dependency.

public:
 abstract System::Collections::Generic::IEnumerable<System::String ^> ^ GetDependentFeatures(System::String ^ feature);
public abstract System.Collections.Generic.IEnumerable<string> GetDependentFeatures (string feature);
abstract member GetDependentFeatures : string -> seq<string>
Public MustOverride Function GetDependentFeatures (feature As String) As IEnumerable(Of String)

Parameters

feature
String

The feature.

Returns

The features that depend on the dependency.

Applies to