Freigeben über


Repository.QueryAnnotation-Methode

Abfragenanmerkung dem angegebenen Element.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function QueryAnnotation ( _
    annotationName As String, _
    annotatedItem As String, _
    version As Integer _
) As List(Of Annotation)
[WebMethodAttribute]
public List<Annotation> QueryAnnotation(
    string annotationName,
    string annotatedItem,
    int version
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.List<Annotation>

.NET Framework-Sicherheit

Siehe auch

Referenz

Repository Klasse

Microsoft.TeamFoundation.VersionControl.Server-Namespace