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

Definición

Devuelve la lista de claves que tiene este proveedor.

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>

Las claves anteriores que contienen otros proveedores.

parentPath
String

La ruta de acceso a la interfaz IConfiguration principal.

Devoluciones

La lista de claves para este proveedor.

Implementaciones

Se aplica a