ChainedConfigurationProvider.GetChildKeys メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この 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);
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
親パス。
返品
子キー。