Поделиться через


BuildSourceProviders.GitProperties.ParseGitPath - метод

Пространство имен:  Microsoft.TeamFoundation.Build.Common
Сборка:  Microsoft.TeamFoundation.Build.Common (в Microsoft.TeamFoundation.Build.Common.dll)

Синтаксис

'Декларация
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
)

Параметры

Возвращаемое значение

Тип: System.Boolean
Возвращает Boolean.

Безопасность платформы .NET Framework

См. также

Ссылки

BuildSourceProviders.GitProperties Класс

Microsoft.TeamFoundation.Build.Common - пространство имен