Sdílet prostřednictvím


VersionControlServer.QueryShelvesets – metoda (String, String, array<String )

Obor názvů:  Microsoft.TeamFoundation.VersionControl.Client
Sestavení:  Microsoft.TeamFoundation.VersionControl.Client (v Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntaxe

'Deklarace
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
    Název shelveset pro hledání.Zadejte hodnotu null tak, aby odpovídala všem shelvesets bez ohledu na název.
  • shelvesetOwner
    Typ: System.String
    Vlastník shelvesets Hledat.Zadejte hodnotu null tak, aby odpovídala všem shelvesets bez ohledu na vlastníka.
  • propertyNameFilters
    Typ: array<System.String[]
    Filtry vlastností položky.

Vrácená hodnota

Typ: array<Microsoft.TeamFoundation.VersionControl.Client.Shelveset[]
Matice Shelveset objekty odpovídající dotazu.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

VersionControlServer Třída

QueryShelvesets – přetížení

Microsoft.TeamFoundation.VersionControl.Client – obor názvů