Aracılığıyla paylaş


BuildSourceProviders.GitProperties.ParseGitPath Yöntem

Ad alanı:  Microsoft.TeamFoundation.Build.Common
Derleme:  Microsoft.TeamFoundation.Build.Common (Microsoft.TeamFoundation.Build.Common.dll içinde)

Sözdizimi

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

Parametreler

Dönüş Değeri

Tür: System.Boolean
Boolean döndürür.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

BuildSourceProviders.GitProperties Sınıf

Microsoft.TeamFoundation.Build.Common Ad Alanı