ConfigurationProvider.GetChildKeys(IEnumerable<String>, String) Метод

Определение

Возвращает список ключей этого поставщика.

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)

Параметры

earlierKeys
IEnumerable<String>

Предыдущие ключи, содержащиеся в других поставщиках.

parentPath
String

Путь для родительского IConfiguration.

Возвращаемое значение

Список ключей для этого поставщика.

Реализации

Применяется к