Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context with which the request should be issued.
- noteNamespace
Type: System.String
Return Value
Type: System.Collections.Generic.IEnumerable<TfsGitRef>
All notes in the repository for a given namespace.
.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.