IVsDataObjectStore.SelectObjects Method

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

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, []) Returns a collection of data objects for the specified type from the object store, filtered by the specified restrictions.
Public method SelectObjects(String, [], Boolean) Returns a collection of data objects for the specified type from the object store, filtered by the specified restrictions.
Public method SelectObjects(String, [], 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, [], []) 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, [], 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, [], [], 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, [], [], 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, [], [], 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

IVsDataObjectStore Members

Microsoft.VisualStudio.Data.Services Namespace