ChainedConfigurationProvider.GetChildKeys Metodo

Definizione

Restituisce le chiavi di configurazione discendenti immediate per un determinato percorso padre in base ai dati di questi oggetti IConfigurationProvider e al set di chiavi restituite da tutti gli oggetti IConfigurationProvider precedenti.

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)

Parametri

earlierKeys
IEnumerable<String>

Chiavi figlio restituite dai provider precedenti per lo stesso percorso padre.

parentPath
String

Percorso padre.

Restituisce

Chiavi figlio.

Implementazioni

Si applica a