IInternalConfigHost.IsSecondaryRoot(String) Methode

Definition

Gibt einen Wert zurück, der angibt, ob ein Konfigurationspfad zu einem Konfigurationsknoten ist, 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 der Anwendungskonfigurationsdatei darstellt.

Gibt zurück

truewenn sich der Konfigurationspfad auf einen Konfigurationsknoten bezieht, dessen Inhalt als Stamm behandelt werden soll; andernfalls . false

Gilt für: