Repository.CreateAnnotation, méthode
Espace de noms : Microsoft.TeamFoundation.VersionControl.Server
Assembly : Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntaxe
'Déclaration
<WebMethodAttribute> _
Public Sub CreateAnnotation ( _
AnnotationName As String, _
AnnotatedItem As String, _
Version As Integer, _
AnnotationValue As String, _
Comment As String, _
Overwrite As Boolean _
)
[WebMethodAttribute]
public void CreateAnnotation(
string AnnotationName,
string AnnotatedItem,
int Version,
string AnnotationValue,
string Comment,
bool Overwrite
)
Paramètres
- AnnotationName
Type : System.String
- AnnotatedItem
Type : System.String
- Version
Type : System.Int32
- AnnotationValue
Type : System.String
- Comment
Type : System.String
- Overwrite
Type : System.Boolean
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