Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Queries for a list of labels applied to items in the repository.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
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
)
public:
array<Changeset^>^ CompareLabels(
    String^ startLabelName, 
    String^ startLabelScope, 
    String^ endLabelName, 
    String^ endLabelScope, 
    int minChangeSet, 
    int maxCount
)
member CompareLabels : 
        startLabelName:string * 
        startLabelScope:string * 
        endLabelName:string * 
        endLabelScope:string * 
        minChangeSet:int * 
        maxCount:int -> Changeset[] 
public function CompareLabels(
    startLabelName : String, 
    startLabelScope : String, 
    endLabelName : String, 
    endLabelScope : String, 
    minChangeSet : int, 
    maxCount : int
) : Changeset[]
Parameters
startLabelName
Type: System.StringName of the label starting the range
startLabelScope
Type: System.StringScope of the label starting the range
endLabelName
Type: System.StringName of the label ending the range
endLabelScope
Type: System.StringScope of the label ending the range
minChangeSet
Type: System.Int32Minimum changeset. 0 == all
maxCount
Type: System.Int32Maximum number of changesets to return
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.Changeset[]
The label information for each label selected by the query
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.