Compartir a través de


BuildSourceProviders.GitProperties.ParseUniqueRepoName (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 ParseUniqueRepoName ( _
    uniqueRepoName As String, _
    <OutAttribute> ByRef teamProjectName As String, _
    <OutAttribute> ByRef repoName As String _
) As Boolean
public static bool ParseUniqueRepoName(
    string uniqueRepoName,
    out string teamProjectName,
    out string repoName
)

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)