SyntaxCheck.CheckPath(String) Methode

Definitie

Controleert de syntaxis van het pad om te zien of het begint met \\.

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

public:
 static bool CheckPath(System::String ^ value);
public static bool CheckPath(string value);
static member CheckPath : string -> bool
Public Shared Function CheckPath (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