ConfigurationProvider.GetChildKeys(IEnumerable<String>, String) Yöntem

Tanım

Bu sağlayıcının sahip olduğu anahtarların listesini döndürür.

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)

Parametreler

earlierKeys
IEnumerable<String>

Diğer sağlayıcıların içerdiği önceki anahtarlar.

parentPath
String

Üst IConfiguration yolu.

Döndürülenler

Bu sağlayıcının anahtarları listesi.

Uygulamalar

Şunlara uygulanır