Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<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
- AnnotationName
Type: System.String
- AnnotatedItem
Type: System.String
- Version
Type: System.Int32
- AnnotationValue
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.