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
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 notes 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.