Freigeben über


BuildSourceProviders.GitProperties.ParseBranchSpec-Methode (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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

BuildSourceProviders.GitProperties Klasse

ParseBranchSpec-Überladung

Microsoft.TeamFoundation.Build.Common-Namespace