VersionControlPath.IsCanonicalizedPath 方法 (String, Boolean)

如果路径。教规本地化,则返回true。路径不能在路径部件的开头包含一个$,或者任何无效字符。

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

语法

声明
Public Shared Function IsCanonicalizedPath ( _
    serverItem As String, _
    allowSemicolon As Boolean _
) As Boolean
public static bool IsCanonicalizedPath(
    string serverItem,
    bool allowSemicolon
)

参数

返回值

类型:System.Boolean
返回 Boolean

.NET Framework 安全性

请参见

参考

VersionControlPath 类

IsCanonicalizedPath 重载

Microsoft.TeamFoundation.VersionControl.Common 命名空间