Compartir a través de


BuildSourceProviders.GitProperties.ParseBranchAndPath (Método)

Espacio de nombres:  Microsoft.TeamFoundation.Build.Common
Ensamblado:  Microsoft.TeamFoundation.Build.Common (en Microsoft.TeamFoundation.Build.Common.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: System.Boolean
Devuelva Boolean.

Seguridad de .NET Framework

Vea también

Referencia

BuildSourceProviders.GitProperties Clase

Microsoft.TeamFoundation.Build.Common (Espacio de nombres)