Share via


TfsGitRepositoryRefsCollection.AllRefTags Method

Returns all ref tags in the repository.

Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)

Syntax

'Declaration
Public Function AllRefTags ( _
    requestContext As TeamFoundationRequestContext _
) As IEnumerable(Of TfsGitRef)
public IEnumerable<TfsGitRef> AllRefTags(
    TeamFoundationRequestContext requestContext
)
public:
IEnumerable<TfsGitRef^>^ AllRefTags(
    TeamFoundationRequestContext^ requestContext
)
member AllRefTags : 
        requestContext:TeamFoundationRequestContext -> IEnumerable<TfsGitRef> 
public function AllRefTags(
    requestContext : TeamFoundationRequestContext
) : IEnumerable<TfsGitRef>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<TfsGitRef>
All tags in the repository.

.NET Framework Security

See Also

Reference

TfsGitRepositoryRefsCollection Class

Microsoft.TeamFoundation.Git.Server Namespace