ChainedConfigurationProvider.GetChildKeys メソッド

定義

この IConfigurationProvider のデータと、上記のすべての IConfigurationProvider オブジェクトによって返されるキーのセットに基づいて、特定の親パスの直接の子孫構成キーを返します。

public:
 virtual System::Collections::Generic::IEnumerable<System::String ^> ^ GetChildKeys(System::Collections::Generic::IEnumerable<System::String ^> ^ earlierKeys, System::String ^ parentPath);
public System.Collections.Generic.IEnumerable<string> GetChildKeys(System.Collections.Generic.IEnumerable<string> earlierKeys, string? parentPath);
abstract member GetChildKeys : seq<string> * string -> seq<string>
override this.GetChildKeys : seq<string> * string -> seq<string>
Public Function GetChildKeys (earlierKeys As IEnumerable(Of String), parentPath As String) As IEnumerable(Of String)

パラメーター

earlierKeys
IEnumerable<String>

同じ親パスに対して、上記のプロバイダーによって返される子キー。

parentPath
String

親パス。

返品

子キー。

実装

適用対象