IConfigurationProvider.GetChildKeys(IEnumerable<String>, String) 方法

定義

根據此 IConfigurationProvider 資料及所有先前 IConfigurationProvider 所傳回索引鍵集,傳回指定父路徑的直屬子系組態金鑰。

public:
 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>
Public Function GetChildKeys (earlierKeys As IEnumerable(Of String), parentPath As String) As IEnumerable(Of String)

參數

earlierKeys
IEnumerable<String>

先前提供者針對相同父路徑所傳回的子索引鍵。

parentPath
String

父路徑。

傳回

子索引鍵。

適用於