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의 경로입니다.

반환

이 공급자에 대한 키 목록입니다.

구현

적용 대상