Freigeben über


VersionControlPath.CheckForIllegalDollarInPath-Methode

Diese Methode löst ein InvalidPathException aus, wenn es ein Dollarzeichen gibt ("$ "), das einem Prozentwert folgt ("/"), da kein Teil eines Pfads mit einem Dollarzeichen beginnen kann.

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)

Syntax

'Declaration
Public Shared Sub CheckForIllegalDollarInPath ( _
    path As String _
)
public static void CheckForIllegalDollarInPath(
    string path
)

Parameter

  • path
    Typ: System.String
    Der zu überprüfende Pfad (Pfad muss bereits kanonisiert werden).

.NET Framework-Sicherheit

Siehe auch

Referenz

VersionControlPath Klasse

Microsoft.TeamFoundation.VersionControl.Common-Namespace