IConfigurationProvider.GetChildKeys(IEnumerable<String>, String) Metoda

Definicja

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

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);
abstract member 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 powyższych dostawców dla tej samej ścieżki nadrzędnej.

parentPath
String

Ścieżka nadrzędna.

Zwraca

Klucze podrzędne.

Dotyczy