Compartilhar via


Método Repository.DeleteAnnotation

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

Sintaxe

'Declaração
<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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

Repository Classe

Namespace Microsoft.TeamFoundation.VersionControl.Server