Partilhar via


Método BuildSourceProviders.GitProperties.ParseBranchAndPath

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

Sintaxe

'Declaração
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
)

Parâmetros

Valor de retorno

Tipo: System.Boolean
Retorna Boolean.

Segurança do .NET Framework

Consulte também

Referência

BuildSourceProviders.GitProperties Classe

Namespace Microsoft.TeamFoundation.Build.Common