Freigeben über


BuildSourceProviders.GitProperties.ParseBranchAndPath-Methode

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

Syntax

'Declaration
Public Shared Function ParseBranchAndPath ( _
    branchAndPath As String, _
    branches As IEnumerable(Of GitRef), _
    <OutAttribute> ByRef branchName As String, _
    <OutAttribute> ByRef path As String _
) As Boolean
public static bool ParseBranchAndPath(
    string branchAndPath,
    IEnumerable<GitRef> branches,
    out string branchName,
    out string path
)

Parameter

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

BuildSourceProviders.GitProperties Klasse

Microsoft.TeamFoundation.Build.Common-Namespace