ChainedConfigurationProvider.GetChildKeys Método

Definición

Devuelve las claves de configuración descendientes inmediatas para una ruta de acceso primaria determinada según los datos de IConfigurationProvider y el conjunto de claves devueltas por todas las instancias de IConfigurationProvider anteriores.

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)

Parámetros

earlierKeys
IEnumerable<String>

Las claves secundarias devueltas por los proveedores anteriores para la misma ruta de acceso primaria.

parentPath
String

El elemento primario.

Devoluciones

Las claves secundarias.

Implementaciones

Se aplica a