VersionControlLabel 构造函数

创建将发送给服务器源代码管理标签的表示形式。

命名空间:  Microsoft.TeamFoundation.VersionControl.Client
程序集:  Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)

语法

声明
Public Sub New ( _
    sourceControl As VersionControlServer, _
    name As String, _
    ownerName As String, _
    scope As String, _
    comment As String _
)
public VersionControlLabel(
    VersionControlServer sourceControl,
    string name,
    string ownerName,
    string scope,
    string comment
)

参数

  • ownerName
    类型:System.String
    标签所有者。可能为 null。
  • scope
    类型:System.String
    定义标签的范围文件夹的路径。可能为 null。
  • comment
    类型:System.String
    标签注释。可能为 null。

.NET Framework 安全性

请参见

参考

VersionControlLabel 类

Microsoft.TeamFoundation.VersionControl.Client 命名空间