Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
)
public:
static void CheckForIllegalDollarInPath(
String^ path
)
static member CheckForIllegalDollarInPath :
path:string -> unit
public static function CheckForIllegalDollarInPath(
path : String
)
Parameters
- path
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.