次の方法で共有


IFeatureManager.GetFeatureNamesAsync メソッド

定義

機能マネージャーに登録されている機能名の一覧を取得します。

public System.Collections.Generic.IAsyncEnumerable<string> GetFeatureNamesAsync ();
abstract member GetFeatureNamesAsync : unit -> System.Collections.Generic.IAsyncEnumerable<string>
Public Function GetFeatureNamesAsync () As IAsyncEnumerable(Of String)

戻り値

機能マネージャーに登録されている機能名に対する非同期イテレーションを提供する列挙子。

適用対象