Sdílet prostřednictvím


IVsDataObjectStore.SelectObjects – metoda (String, array<Object[], array<String , String, String, Boolean)

Vrátí kolekci dat objektů pro tento typ uložení objektu filtrovat podle zadaného omezení, vlastnosti a filtru a třídit podle zadaného pořadí.

Obor názvů:  Microsoft.VisualStudio.Data.Services
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Deklarace
Function SelectObjects ( _
    typeName As String, _
    restrictions As Object(), _
    properties As String(), _
    filter As String, _
    ordering As String, _
    refresh As Boolean _
) As IVsDataObjectCollection
IVsDataObjectCollection SelectObjects(
    string typeName,
    Object[] restrictions,
    string[] properties,
    string filter,
    string ordering,
    bool refresh
)
IVsDataObjectCollection^ SelectObjects(
    String^ typeName, 
    array<Object^>^ restrictions, 
    array<String^>^ properties, 
    String^ filter, 
    String^ ordering, 
    bool refresh
)
abstract SelectObjects : 
        typeName:string * 
        restrictions:Object[] * 
        properties:string[] * 
        filter:string * 
        ordering:string * 
        refresh:bool -> IVsDataObjectCollection 
function SelectObjects(
    typeName : String, 
    restrictions : Object[], 
    properties : String[], 
    filter : String, 
    ordering : String, 
    refresh : boolean
) : IVsDataObjectCollection

Parametry

  • typeName
    Typ: System.String
    Název source–specific dat načíst data objektů určeného typu.
  • restrictions
    Typ: array<System.Object[]
    Omezení filtrování vrácených dat objektů.
  • properties
    Typ: array<System.String[]
    Určuje hodnoty vlastností objektů požadovaná data.Aktuální verze DDEX nepodporuje vlastnosti.
  • filter
    Typ: System.String
    Filtr také zúžit výběr datových objektů při mapování 1: 1 mezi mapované typ a typ dat source–specific dolů.Formát filtru je stejný jako formát DataColumn výraz.
  • ordering
    Typ: System.String
    Řetězec oddělený čárkami datové objekty představující řazení pořadí objektů vrácených dat.
  • refresh
    Typ: System.Boolean
    A Boolean hodnotu určující, zda aktualizace seznamu požadované omezení a pro zadaný typ vlastnosti.

Vrácená hodnota

Typ: Microsoft.VisualStudio.Data.Services.IVsDataObjectCollection
IVsDataObjectCollection Obsahující datové objekty.

Výjimky

Výjimka Podmínka
ArgumentNullException

The typeName parameter is nullodkaz null (Nothing v jazyce Visual Basic).

ArgumentException

Chybí požadovaná omezení.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataObjectStore Rozhraní

SelectObjects – přetížení

Microsoft.VisualStudio.Data.Services – obor názvů