Freigeben über


IInternalConfigHost.IsSecondaryRoot(String) Methode

Definition

Gibt einen Wert zurück, der angibt, ob ein Konfigurationspfad auf einen Konfigurationsknoten verweist, dessen Inhalt als Stamm behandelt werden soll.

public:
 bool IsSecondaryRoot(System::String ^ configPath);
public bool IsSecondaryRoot (string configPath);
abstract member IsSecondaryRoot : string -> bool
Public Function IsSecondaryRoot (configPath As String) As Boolean

Parameter

configPath
String

Eine Zeichenfolge, die den Pfad für die Anwendungskonfigurationsdatei darstellt.

Gibt zurück

true, wenn der Konfigurationspfad auf einen Konfigurationsknoten verweist, dessen Inhalt als Stamm behandelt werden soll; andernfalls false.

Gilt für: