IVsDataObjectSelector.SelectObjects(String, Object[], String[]) Method

Definition

When implemented by a class, returns a data reader for the data objects retrieved from the object store, which are filtered by the specified restrictions and properties.

public:
 Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataReader ^ SelectObjects(System::String ^ typeName, cli::array <System::Object ^> ^ restrictions, cli::array <System::String ^> ^ properties);
public Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataReader SelectObjects (string typeName, object[] restrictions, string[] properties);
abstract member SelectObjects : string * obj[] * string[] -> Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataReader
Public Function SelectObjects (typeName As String, restrictions As Object(), properties As String()) As IVsDataReader

Parameters

typeName
String

The data source–specific name of the specified type to retrieve data objects for.

restrictions
Object[]

The restrictions for filtering the data objects returned.

properties
String[]

Specifies the property values of the requested data objects. The current version of DDEX does not support properties.

Returns

An IVsDataReader object representing a data reader for the selected data objects.

Applies to