ChainedConfigurationProvider.GetChildKeys Metoda

Definice

Vrátí okamžitě odvozené konfigurační klíče pro danou nadřazenou cestu na základě těchto IConfigurationProviderdat a sady klíčů vrácených všemi předchozími 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>

Podřízené klíče vrácené předchozími zprostředkovateli pro stejnou nadřazenou cestu.

parentPath
String

Nadřazená cesta.

Návraty

Podřízené klíče.

Implementuje

Platí pro