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
- annotationName
Type : System.String
Nom de l'annotation.
- annotatedItem
Type : System.String
Spécification d'élément du serveur.
- version
Type : System.Int32
Version de l'annotatedItem.
Valeur de retour
Type : System.Collections.Generic.List<Annotation>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.VersionControl.Server, espace de noms