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


BuildSourceVersion.TryParseGit - метод

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

Синтаксис

'Декларация
Public Shared Function TryParseGit ( _
    sourceVersion As String, _
    <OutAttribute> ByRef branch As String, _
    <OutAttribute> ByRef commit As String _
) As Boolean
public static bool TryParseGit(
    string sourceVersion,
    out string branch,
    out string commit
)

Параметры

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

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

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

См. также

Ссылки

BuildSourceVersion Класс

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