Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Shared Sub ParseBranchSpec ( _
branchSpec As String, _
<OutAttribute> ByRef excludeBranch As Boolean, _
<OutAttribute> ByRef branch As String, _
<OutAttribute> ByRef isPattern As Boolean, _
removePattern As Boolean _
)
public static void ParseBranchSpec(
string branchSpec,
out bool excludeBranch,
out string branch,
out bool isPattern,
bool removePattern
)
public:
static void ParseBranchSpec(
String^ branchSpec,
[OutAttribute] bool% excludeBranch,
[OutAttribute] String^% branch,
[OutAttribute] bool% isPattern,
bool removePattern
)
static member ParseBranchSpec :
branchSpec:string *
excludeBranch:bool byref *
branch:string byref *
isPattern:bool byref *
removePattern:bool -> unit
public static function ParseBranchSpec(
branchSpec : String,
excludeBranch : boolean,
branch : String,
isPattern : boolean,
removePattern : boolean
)
Parameters
- branchSpec
Type: System.String
- excludeBranch
Type: System.Boolean%
- branch
Type: System.String%
- isPattern
Type: System.Boolean%
- removePattern
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.