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

Definice

Vrátí seznam klíčů, které má tento zprostředkovatel.

public:
 virtual System::Collections::Generic::IEnumerable<System::String ^> ^ GetChildKeys(System::Collections::Generic::IEnumerable<System::String ^> ^ earlierKeys, System::String ^ parentPath);
public virtual System.Collections.Generic.IEnumerable<string> GetChildKeys (System.Collections.Generic.IEnumerable<string> earlierKeys, string parentPath);
public virtual 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 Overridable Function GetChildKeys (earlierKeys As IEnumerable(Of String), parentPath As String) As IEnumerable(Of String)

Parametry

earlierKeys
IEnumerable<String>

Dřívější klíče, které obsahují jiní poskytovatelé.

parentPath
String

Cesta pro nadřazenou konfiguraci IConfiguration.

Návraty

Seznam klíčů pro tohoto poskytovatele.

Implementuje

Platí pro