DelegatingConfigHost.IsSecondaryRoot(String) Methode

Definitie

Retourneert een waarde die aangeeft of een configuratiepad naar een configuratieknooppunt is waarvan de inhoud moet worden behandeld als een hoofdmap.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

configPath
String

Een tekenreeks die het pad naar een configuratiebestand vertegenwoordigt.

Retouren

true als het configuratiepad naar een configuratieknooppunt is waarvan de inhoud moet worden behandeld als een hoofdmap; anders, false.

Implementeringen

Van toepassing op