IVsObjectListOwner Members
Include Protected Members
Include Inherited Members
Provides information about a list of objects as well as manipulating the list. Used in the Search pane. The environment implements the interface.
The IVsObjectListOwner type exposes the following members.
Methods
Name
Description
Finds the extended text (fully qualified name) for an object in a list of objects.
Clears cached object list data.
Sets filters on the object list to their default values.
Clears the flag indicate a search found an item.
Displays the wait cursor.
Retrieves the extended text (fully qualified object names) produced by the call to CalculateExtendedText.
Returns options set for the object list.
Indicates whether or not a search has found something.
Indicates whether or not the object list is visible.
Sets a flag to prevent loading of the object list.
Sets a flag to indicate a search has found an object.
Updates the display data of an object in the object list.
Top