TeamFoundationVersionControlService.CompareLabels 方法
返回在两个标签之间的变更集信息。 在标签涉及该指定项目的 maxCount 最新的变更集将返回。
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
Public Function CompareLabels ( _
requestContext As TeamFoundationRequestContext, _
startLabelName As String, _
startLabelScope As String, _
endLabelName As String, _
endLabelScope As String, _
minChangeSet As Integer, _
maxCount As Integer, _
includeItems As Boolean _
) As TeamFoundationDataReader
public TeamFoundationDataReader CompareLabels(
TeamFoundationRequestContext requestContext,
string startLabelName,
string startLabelScope,
string endLabelName,
string endLabelScope,
int minChangeSet,
int maxCount,
bool includeItems
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
请求上下文。
- startLabelName
类型:System.String
开始范围的标签的名称。
- startLabelScope
类型:System.String
开始范围的标签的范围。
- endLabelName
类型:System.String
结束范围的标签的名称。
- endLabelScope
类型:System.String
结束范围的标签的范围。
- minChangeSet
类型:System.Int32
最小的变更集。所有 == 0。
- maxCount
类型:System.Int32
返回的变更集的最大数目。
- includeItems
类型:System.Boolean
返回值
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
TeamFoundationDataReader 在下面的排序的结果:Changeset[] - 数组变更集,最新第一个。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。