共用方式為


Repository4.CompareLabels 方法

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

語法

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

參數

傳回值

型別:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Changeset>

.NET Framework 安全性

請參閱

參考

Repository4 類別

Microsoft.TeamFoundation.VersionControl.Server 命名空間