ConfigurationProvider.GetChildKeys(IEnumerable<String>, String) Método

Definição

Retorna a lista de chaves que este provedor tem.

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)

Parâmetros

earlierKeys
IEnumerable<String>

As chaves anteriores que outros provedores contêm.

parentPath
String

O caminho para o IConfiguration pai.

Retornos

A lista de chaves para este provedor.

Implementações

Aplica-se a