Delen via


Repository4.CompareLabels Method

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
<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
)
[WebMethodAttribute]
public:
StreamingCollection<Changeset^>^ CompareLabels(
    String^ startLabelName, 
    String^ startLabelScope, 
    String^ endLabelName, 
    String^ endLabelScope, 
    int minChangeSet, 
    int maxCount
)
[<WebMethodAttribute>]
member CompareLabels : 
        startLabelName:string * 
        startLabelScope:string * 
        endLabelName:string * 
        endLabelScope:string * 
        minChangeSet:int * 
        maxCount:int -> StreamingCollection<Changeset> 
public function CompareLabels(
    startLabelName : String, 
    startLabelScope : String, 
    endLabelName : String, 
    endLabelScope : String, 
    minChangeSet : int, 
    maxCount : int
) : StreamingCollection<Changeset>

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Changeset>

.NET Framework Security

See Also

Reference

Repository4 Class

Microsoft.TeamFoundation.VersionControl.Server Namespace