Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context with which the request should be issued.
Return Value
Type: System.Collections.Generic.IEnumerable<TfsGitRef>
All tags in the repository.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.