IConfigurationProvider.GetChildKeys(IEnumerable<String>, String) Yöntem

Tanım

Bu IConfigurationProviders verilerine ve öncekilerin IConfigurationProvidertümü tarafından döndürülen anahtar kümesine göre belirli bir üst yol için hemen alt yapılandırma anahtarlarını döndürür.

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)

Parametreler

earlierKeys
IEnumerable<String>

Aynı üst yol için önceki sağlayıcılar tarafından döndürülen alt anahtarlar.

parentPath
String

Üst yol.

Döndürülenler

Alt anahtarlar.

Şunlara uygulanır