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
)
参数
- sourceControl
类型:Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer
包含此标签的储存库。
- name
类型:System.String
标签名称。
- ownerName
类型:System.String
标签所有者。可能为 null。
- scope
类型:System.String
定义标签的范围文件夹的路径。可能为 null。
- comment
类型:System.String
标签注释。可能为 null。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。