ConfigurationProvider.GetChildKeys(IEnumerable<String>, String) Metod

Definition

Returnerar listan över nycklar som providern har.

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);
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)

Parametrar

earlierKeys
IEnumerable<String>

De tidigare nycklarna som andra leverantörer innehåller.

parentPath
String

Sökvägen för den överordnade IConfiguration.

Returer

Listan över nycklar för den här providern.

Implementeringar

Gäller för