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
- 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.