Share via


TfsGitRepositoryRefsCollection.AllRefNotes Method

Returns all ref notes in the repository.

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

Syntax

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

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

TfsGitRepositoryRefsCollection Class

Microsoft.TeamFoundation.Git.Server Namespace