Udostępnij za pośrednictwem


Metoda VersionControlServer.QueryLabels — (String, String, String, Boolean)

Zapytania do tablicy VersionControlLabel stosowany do elementów w repozytorium obiektów.

Przestrzeń nazw:  Microsoft.TeamFoundation.VersionControl.Client
Zestaw:  Microsoft.TeamFoundation.VersionControl.Client (w Microsoft.TeamFoundation.VersionControl.Client.dll)

Składnia

'Deklaracja
Public Function QueryLabels ( _
    labelName As String, _
    labelScope As String, _
    owner As String, _
    includeItems As Boolean _
) As VersionControlLabel()
public VersionControlLabel[] QueryLabels(
    string labelName,
    string labelScope,
    string owner,
    bool includeItems
)

Parametry

  • labelName
    Typ: System.String
    To nazwa etykiety, którego dotyczy kwerenda.
  • labelScope
    Typ: System.String
    Ścieżka repozytorium reprezentująca zakres, w którym zdefiniowano etykiety.
  • owner
    Typ: System.String
    Użytkownik, który utworzył etykietę.Należy określić wartość null, aby dopasować wszystkich właścicieli.
  • includeItems
    Typ: System.Boolean
    Wartość true, aby uwzględnić elementy w etykiety.FALSE, aby nie dołączać.

Wartość zwracana

Typ: array<Microsoft.TeamFoundation.VersionControl.Client.VersionControlLabel[]
Tablica VersionControlLabel obiekty wynikowe kwerendy.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

VersionControlServer Klasa

Przeciążenie QueryLabels

Przestrzeń nazw Microsoft.TeamFoundation.VersionControl.Client