IInternalConfigClientHost.IsLocalUserConfig(String) Methode

Definitie

Retourneert een waarde die aangeeft of een configuratiebestandspad hetzelfde is als het pad naar het configuratiebestand voor de momenteel bekende lokale gebruiker.

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

Parameters

configPath
String

Een tekenreeks die het pad naar het configuratiebestand van de toepassing vertegenwoordigt.

Retouren

true als een tekenreeks die een configuratiepad vertegenwoordigt hetzelfde is als een pad naar een bekend lokaal gebruikersconfiguratiebestand; anders, false.

Van toepassing op