Compartir a través de


BuildSourceProviders.GitProperties.ParseGitPath (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 ParseGitPath ( _
    gitFullPath As String, _
    <OutAttribute> ByRef projectName As String, _
    <OutAttribute> ByRef repositoryName As String, _
    <OutAttribute> ByRef branchAndPath As String _
) As Boolean
public static bool ParseGitPath(
    string gitFullPath,
    out string projectName,
    out string repositoryName,
    out string branchAndPath
)

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)