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
)

参数

  • annotatedItem
    类型:System.String
    关联批注的选项卡项。
  • version
    类型:System.Int32
    这是将一个批注的项的版本。
  • comment
    类型:System.String
    若要标记的可选注释与批注。
  • overwrite
    类型:System.Boolean
    如果重写为 true,并且该批注存在这将使它复盖。如果不将创建。如果为 false 则该实例添加,即使其他已存在。

.NET Framework 安全性

请参阅

参考

TeamFoundationVersionControlService 类

Microsoft.TeamFoundation.VersionControl.Server 命名空间