TfsGitRepositoryRefsCollection.RefNotesInNamespace Method

Returns all ref notes in the repository for a given namespace

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

Syntax

'Declaration
Public Function RefNotesInNamespace ( _
    requestContext As TeamFoundationRequestContext, _
    noteNamespace As String _
) As IEnumerable(Of TfsGitRef)
public IEnumerable<TfsGitRef> RefNotesInNamespace(
    TeamFoundationRequestContext requestContext,
    string noteNamespace
)
public:
IEnumerable<TfsGitRef^>^ RefNotesInNamespace(
    TeamFoundationRequestContext^ requestContext, 
    String^ noteNamespace
)
member RefNotesInNamespace : 
        requestContext:TeamFoundationRequestContext * 
        noteNamespace:string -> IEnumerable<TfsGitRef> 
public function RefNotesInNamespace(
    requestContext : TeamFoundationRequestContext, 
    noteNamespace : String
) : IEnumerable<TfsGitRef>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<TfsGitRef>
All notes in the repository for a given namespace.

.NET Framework Security

See Also

Reference

TfsGitRepositoryRefsCollection Class

Microsoft.TeamFoundation.Git.Server Namespace