ChainedConfigurationProvider.GetChildKeys Metoda

Definicja

Zwraca natychmiastowe klucze konfiguracji elementów podrzędnych dla danej ścieżki nadrzędnej na podstawie tych IConfigurationProviderdanych i zestawu kluczy zwróconych przez wszystkie poprzednie IConfigurationProviders.

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);
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)

Parametry

earlierKeys
IEnumerable<String>

Klucze podrzędne zwrócone przez poprzednich dostawców dla tej samej ścieżki nadrzędnej.

parentPath
String

Ścieżka nadrzędna.

Zwraca

Klucze podrzędne.

Implementuje

Dotyczy