ChainedConfigurationProvider.GetChildKeys 메서드

정의

모든 이전 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);
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

부모 경로입니다.

반환

자식 키입니다.

구현

적용 대상