TeamFoundationVersionControlService.LabelItem 方法 (TeamFoundationRequestContext, String, String, VersionControlLabel, array<LabelItemSpec[], LabelChildOption)
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
Public Function LabelItem ( _
requestContext As TeamFoundationRequestContext, _
workspaceName As String, _
workspaceOwner As String, _
label As VersionControlLabel, _
labelSpecs As LabelItemSpec(), _
children As LabelChildOption _
) As TeamFoundationDataReader
public TeamFoundationDataReader LabelItem(
TeamFoundationRequestContext requestContext,
string workspaceName,
string workspaceOwner,
VersionControlLabel label,
LabelItemSpec[] labelSpecs,
LabelChildOption children
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
请求上下文。
- workspaceName
类型:System.String
工作区域的名称,如果 itemSpecs 本地。
- workspaceOwner
类型:System.String
工作区域的所有者,如果 itemSpecs 本地。
- label
类型:Microsoft.TeamFoundation.VersionControl.Server.VersionControlLabel
包含标签元数据的对象。仅使用名称、注释和类别。
- labelSpecs
类型:array<Microsoft.TeamFoundation.VersionControl.Server.LabelItemSpec[]
要添加到标签。
- children
类型:Microsoft.TeamFoundation.VersionControl.Server.LabelChildOption
确定子标签如何将处理。
返回值
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
的结果 TeamFoundationDataReader 在下面的排序:LabelResult[] -列表标签及其关联的事件。Failure[] -遇到的列表失败,展开 itemSpecs 时。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。