VersionControlPath.Match 方法

比较一个项目以确定它是否匹配可能是通配符的文件夹和一个名称。如果递归为true的所有匹配项。matchFolder下将匹配。通过使用NTFS文件系统匹配规则,通配符与执行。

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

语法

声明
Public Shared Function Match ( _
    item As String, _
    matchFolder As String, _
    matchPattern As String, _
    recursive As Boolean _
) As Boolean
public static bool Match(
    string item,
    string matchFolder,
    string matchPattern,
    bool recursive
)

参数

  • recursive
    类型:System.Boolean
    匹配是否以递归方式发生。

返回值

类型:System.Boolean
则为true,如果项目匹配,否则错误。

.NET Framework 安全性

请参见

参考

VersionControlPath 类

Microsoft.TeamFoundation.VersionControl.Common 命名空间