Partager via


Repository.QueryAnnotation, méthode

Interrogez l'annotation associée à l'élément donné.

Espace de noms :  Microsoft.TeamFoundation.VersionControl.Server
Assembly :  Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntaxe

'Déclaration
<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
)

Paramètres

  • annotatedItem
    Type : System.String
    Spécification d'élément du serveur.

Valeur de retour

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

Sécurité .NET Framework

Voir aussi

Référence

Repository Classe

Microsoft.TeamFoundation.VersionControl.Server, espace de noms