IConfigurationProvider.GetChildKeys(IEnumerable<String>, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據此 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);
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
父路徑。
傳回
子索引鍵。