Freigeben über


VersionControlPath.CheckForIllegalDollarInPath-Methode

Diese Methode löst ein InvalidPathException aus, wenn ein Dollarzeichen gibt ("$ "), das einen Pfadtrennzeichen 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 Pfad überprüfen (Pfad muss bereits kanonisiert werden).

.NET Framework-Sicherheit

Siehe auch

Referenz

VersionControlPath Klasse

Microsoft.TeamFoundation.VersionControl.Common-Namespace