Udostępnij za pośrednictwem


Metoda VersionControlServer.QueryShelvesets — (String, String, array<String )

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, _
    propertyNameFilters As String() _
) As Shelveset()
public Shelveset[] QueryShelvesets(
    string shelvesetName,
    string shelvesetOwner,
    string[] propertyNameFilters
)

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.
  • propertyNameFilters
    Typ: array<System.String[]
    Filtry właściwości elementu.

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