Share via


VersionControlPath.Match Method

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)

Syntax

'宣言
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
)
public:
static bool Match(
    String^ item, 
    String^ matchFolder, 
    String^ matchPattern, 
    bool recursive
)
static member Match : 
        item:string * 
        matchFolder:string * 
        matchPattern:string * 
        recursive:bool -> bool 
public static function Match(
    item : String, 
    matchFolder : String, 
    matchPattern : String, 
    recursive : boolean
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VersionControlPath Class

Microsoft.TeamFoundation.VersionControl.Common Namespace