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)

傳回

列舉值,可針對在功能管理員中註冊的功能名稱提供非同步反復專案。

適用於