ChainedConfigurationProvider.GetChildKeys Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Devolve as chaves de configuração descendentes imediatas para um dado caminho pai com base nos dados deste IConfigurationProvider e no conjunto de chaves devolvidas por todos os objetos anteriores IConfigurationProvider .
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);
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)
Parâmetros
- earlierKeys
- IEnumerable<String>
As chaves filhas devolvidas pelos fornecedores anteriores para o mesmo caminho principal.
- parentPath
- String
O caminho dos pais.
Devoluções
As chaves da criança.