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


TfsGitRepositoryRefsCollection.AllRefTags - метод

Возвращает все теги ref в репозитории.

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

Синтаксис

'Декларация
Public Function AllRefTags ( _
    requestContext As TeamFoundationRequestContext _
) As IEnumerable(Of TfsGitRef)
public IEnumerable<TfsGitRef> AllRefTags(
    TeamFoundationRequestContext requestContext
)

Параметры

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

Тип: System.Collections.Generic.IEnumerable<TfsGitRef>
Все теги в репозитории.

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

См. также

Ссылки

TfsGitRepositoryRefsCollection Класс

Microsoft.TeamFoundation.Git.Server - пространство имен