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 的路徑。

傳回

此提供者的索引鍵清單。

實作

適用於