VersionControlPath.CheckForIllegalDollarInPath 方法

此方法将引发InvalidPathException,如果有美元符号($ “”)按照路径分隔符(“/”),因为路径的部件不能从美元符号开始。

命名空间:  Microsoft.TeamFoundation.VersionControl.Common
程序集:  Microsoft.TeamFoundation.VersionControl.Common(在 Microsoft.TeamFoundation.VersionControl.Common.dll 中)

语法

声明
Public Shared Sub CheckForIllegalDollarInPath ( _
    path As String _
)
public static void CheckForIllegalDollarInPath(
    string path
)

参数

  • path
    类型:System.String
    检查的路径(必须已教规本地化路径)。

.NET Framework 安全性

请参见

参考

VersionControlPath 类

Microsoft.TeamFoundation.VersionControl.Common 命名空间