Freigeben über


BuildSourceProviders.GitProperties.ParseGitPath-Methode

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

Syntax

'Declaration
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
)

Parameter

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

BuildSourceProviders.GitProperties Klasse

Microsoft.TeamFoundation.Build.Common-Namespace