ChainedConfigurationProvider.GetChildKeys Метод

Определение

Возвращает ключи конфигурации непосредственных потомков для заданного родительского пути на основе данных этого поставщика IConfigurationProvider и набора ключей, возвращенных всеми предыдущими поставщиками IConfigurationProvider.

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)

Параметры

earlierKeys
IEnumerable<String>

Дочерние ключи, возвращенные предыдущими поставщиками для того же родительского пути.

parentPath
String

Родительский путь.

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

Дочерние ключи.

Реализации

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