TeamFoundationVersionControlService.DeleteAnnotation 方法
删除批注从系统中移除。 此方法可以移除基于筛选器的批注。 移除根据名称和项目/版本组合。 如果值仅指定移除与此值的实例。 如果提供空值大于移除此批注所有实例。
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
Public Sub DeleteAnnotation ( _
requestContext As TeamFoundationRequestContext, _
annotationName As String, _
annotatedItem As String, _
version As Integer, _
annotationValue As String _
)
public void DeleteAnnotation(
TeamFoundationRequestContext requestContext,
string annotationName,
string annotatedItem,
int version,
string annotationValue
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
请求上下文。
- annotationName
类型:System.String
匹配的值,则删除。空将删除此批注所有实例。
- annotatedItem
类型:System.String
项目此批注与关联的。NULL 表示全局对象。
- version
类型:System.Int32
该项目的版本批注将与关联的。
- annotationValue
类型:System.String
已删除的批注的名称。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。