DelegatingConfigHost.IsAboveApplication(String) Methode

Definitie

Retourneert een waarde die aangeeft of de configuratie boven de toepassingsconfiguratie in de configuratiehiërarchie ligt.

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

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

Parameters

configPath
String

Een tekenreeks die het pad naar een configuratiebestand vertegenwoordigt.

Retouren

true als de configuratie hoger is dan de toepassingsconfiguratie in de configuratiehiërarchie; anders, false.

Implementeringen

Van toepassing op