TeamFoundationVersionControlService.CreateAnnotation, méthode
Créez et conserver une instance d'une annotation.
Espace de noms : Microsoft.TeamFoundation.VersionControl.Server
Assembly : Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntaxe
'Déclaration
Public Sub CreateAnnotation ( _
requestContext As TeamFoundationRequestContext, _
annotationName As String, _
annotatedItem As String, _
version As Integer, _
annotationValue As String, _
comment As String, _
overwrite As Boolean _
)
public void CreateAnnotation(
TeamFoundationRequestContext requestContext,
string annotationName,
string annotatedItem,
int version,
string annotationValue,
string comment,
bool overwrite
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Contexte de la requête.
- annotationName
Type : System.String
Il s'agit du nom de l'annotation.
- annotatedItem
Type : System.String
Élément facultatif pour associer l'annotation avec.
- version
Type : System.Int32
C'est la version de l'élément pour associer l'annotation avec.
- annotationValue
Type : System.String
Il s'agit de l'annotation.
- comment
Type : System.String
Commentaire facultatif à référencer avec une annotation.
- overwrite
Type : System.Boolean
Si l'écraser est vrai et l'annotation existe ce provoquera à remplacer.Si ce n'est pas il sera créé.Si elle a la valeur False cette instance est ajoutée même si d'autres existent déjà.
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
TeamFoundationVersionControlService Classe
Microsoft.TeamFoundation.VersionControl.Server, espace de noms