Repository.DeleteAnnotation Method

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

Syntax

'宣言
<WebMethodAttribute> _
Public Sub DeleteAnnotation ( _
    AnnotationName As String, _
    AnnotatedItem As String, _
    Version As Integer, _
    AnnotationValue As String _
)
[WebMethodAttribute]
public void DeleteAnnotation(
    string AnnotationName,
    string AnnotatedItem,
    int Version,
    string AnnotationValue
)
[WebMethodAttribute]
public:
void DeleteAnnotation(
    String^ AnnotationName, 
    String^ AnnotatedItem, 
    int Version, 
    String^ AnnotationValue
)
[<WebMethodAttribute>]
member DeleteAnnotation : 
        AnnotationName:string * 
        AnnotatedItem:string * 
        Version:int * 
        AnnotationValue:string -> unit 
public function DeleteAnnotation(
    AnnotationName : String, 
    AnnotatedItem : String, 
    Version : int, 
    AnnotationValue : String
)

Parameters

.NET Framework Security

See Also

Reference

Repository Class

Microsoft.TeamFoundation.VersionControl.Server Namespace