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 のパス。

戻り値

このプロバイダーのキーの一覧。

実装

適用対象