BuildSourceProviders.GitProperties.ParseBranchSpec Method (String, Boolean%, String%, Boolean%, Boolean)

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

.NET Framework Security

See Also

Reference

BuildSourceProviders.GitProperties Class

ParseBranchSpec Overload

Microsoft.TeamFoundation.Build.Common Namespace