FeatureDependency.GetDependentFeatures(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
依存関係に依存する機能を取得します。
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)
パラメーター
- feature
- String
機能。
戻り値
依存関係に依存する機能です。