Udostępnij za pośrednictwem


Metoda VersionControlServer.QueryShelvesets — (String, String)

Wykonuje kwerendę tablicę Shelveset obiekty o określonej nazwie i/lub właściciela.

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

Składnia

'Deklaracja
Public Function QueryShelvesets ( _
    shelvesetName As String, _
    shelvesetOwner As String _
) As Shelveset()
public Shelveset[] QueryShelvesets(
    string shelvesetName,
    string shelvesetOwner
)

Parametry

  • shelvesetName
    Typ: System.String
    Nazwa shelveset szukać.Należy określić wartość null, aby dopasować wszystkie shelvesets, bez względu na nazwę.
  • shelvesetOwner
    Typ: System.String
    Właściciel shelvesets szukać.Należy określić wartość null, aby dopasować wszystkie shelvesets, niezależnie od właściciela.

Wartość zwracana

Typ: array<Microsoft.TeamFoundation.VersionControl.Client.Shelveset[]
Tablica Shelveset obiektów spełniających kryteria zapytania.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

VersionControlServer Klasa

Przeciążenie QueryShelvesets

Przestrzeń nazw Microsoft.TeamFoundation.VersionControl.Client