TeamFoundationVersionControlService.CreateAnnotation 方法
创建并保留批注的实例。
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
Public Sub CreateAnnotation ( _
requestContext As TeamFoundationRequestContext, _
annotationName As String, _
annotatedItem As String, _
version As Integer, _
annotationValue As String, _
comment As String, _
overwrite As Boolean _
)
public void CreateAnnotation(
TeamFoundationRequestContext requestContext,
string annotationName,
string annotatedItem,
int version,
string annotationValue,
string comment,
bool overwrite
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
请求上下文。
- annotationName
类型:System.String
这是批注的名称。
- annotatedItem
类型:System.String
关联批注的选项卡项。
- version
类型:System.Int32
这是将一个批注的项的版本。
- annotationValue
类型:System.String
这是批注的值。
- comment
类型:System.String
若要标记的可选注释与批注。
- overwrite
类型:System.Boolean
如果重写为 true,并且该批注存在这将使它复盖。如果不将创建。如果为 false 则该实例添加,即使其他已存在。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。