IConfigurationProvider.GetChildKeys(IEnumerable<String>, String) メソッド

定義

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

public:
 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);
public System.Collections.Generic.IEnumerable<string> GetChildKeys (System.Collections.Generic.IEnumerable<string> earlierKeys, string? parentPath);
abstract member 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

親パス。

戻り値

子キー。

適用対象