Freigeben über


Repository.CreateAnnotation-Methode

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

Syntax

'Declaration
<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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

Repository Klasse

Microsoft.TeamFoundation.VersionControl.Server-Namespace