SyntaxCheck.CheckRootedPath(String) Methode

Definitie

Controleert de syntaxis van het pad om te zien of het begint met '\' of stationsletter 'C:'.

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

public:
 static bool CheckRootedPath(System::String ^ value);
public static bool CheckRootedPath(string value);
static member CheckRootedPath : string -> bool
Public Shared Function CheckRootedPath (value As String) As Boolean

Parameters

value
String

Een tekenreeks die het pad bevat dat moet worden gecontroleerd.

Retouren

true als value dit overeenkomt met de juiste padindeling; falseanders.

Van toepassing op