Share via


IVsDataObjectStore.SelectObjects Method

Include Protected Members
Include Inherited Members

Returns a collection of data objects for the specified type from the object store.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method SelectObjects(String) Returns a collection of data objects for the specified type from the object store.
Public method SelectObjects(String, array<Object[]) Returns a collection of data objects for the specified type from the object store, filtered by the specified restrictions.
Public method SelectObjects(String, array<Object[], Boolean) Returns a collection of data objects for the specified type from the object store, filtered by the specified restrictions.
Public method SelectObjects(String, array<Object[], String) Returns a collection of data objects for the specified type from the object store, filtered by the specified restrictions and filter.
Public method SelectObjects(String, array<Object[], array<String[]) Returns a collection of data objects for the specified type from the object store, filtered by the specified restrictions and properties.
Public method SelectObjects(String, array<Object[], String, String) Returns a collection of data objects for the specified type from the object store, filtered by the specified restrictions and filter, and sorted according to the specified ordering.
Public method SelectObjects(String, array<Object[], array<String[], String) Returns a collection of data objects for the specified type from the object store, filtered by the specified restrictions, properties, and filter.
Public method SelectObjects(String, array<Object[], array<String[], String, String) Returns a collection of data objects for the specified type from the object store, filtered by the specified restrictions, properties, and filter, and sorted according to the specified ordering.
Public method SelectObjects(String, array<Object[], array<String[], String, String, Boolean) Returns a collection of data objects for the specified type from the object store, filtered by the specified restrictions, properties, and filter, and sorted according to the specified ordering.

Top

See Also

Reference

IVsDataObjectStore Interface

Microsoft.VisualStudio.Data.Services Namespace