共用方式為


VersionControlServer.CompareLabels 方法

標籤清單的查詢套用至儲存機制中的項目。

命名空間:  Microsoft.TeamFoundation.VersionControl.Client
組件:  Microsoft.TeamFoundation.VersionControl.Client (在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)

語法

'宣告
Public Function CompareLabels ( _
    startLabelName As String, _
    startLabelScope As String, _
    endLabelName As String, _
    endLabelScope As String, _
    minChangeSet As Integer, _
    maxCount As Integer _
) As Changeset()
public Changeset[] CompareLabels(
    string startLabelName,
    string startLabelScope,
    string endLabelName,
    string endLabelScope,
    int minChangeSet,
    int maxCount
)

參數

  • startLabelName
    型別:System.String
    開始範圍的標籤名稱。
  • startLabelScope
    型別:System.String
    開始範圍的標籤的範圍
  • endLabelName
    型別:System.String
    結束範圍的標籤名稱。
  • endLabelScope
    型別:System.String
    結束範圍的標籤的範圍
  • minChangeSet
    型別:System.Int32
    最小的變更集。0 == 全部
  • maxCount
    型別:System.Int32
    傳回的變更集最大數目。

傳回值

型別:array<Microsoft.TeamFoundation.VersionControl.Client.Changeset[]
查詢選取的每一個標籤的標籤資訊

.NET Framework 安全性

請參閱

參考

VersionControlServer 類別

Microsoft.TeamFoundation.VersionControl.Client 命名空間