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
- item
Type: System.String
- matchFolder
Type: System.String
- matchPattern
Type: System.String
- recursive
Type: System.Boolean
Return Value
Type: System.Boolean
.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.