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
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
Przestrzeń nazw Microsoft.TeamFoundation.VersionControl.Client