IVsObjectList Members
Include Protected Members
Include Inherited Members
Provides information about symbols in a list that is part of an overall organization in the tree view (IVsLiteTree) of the code browsing tools. IVsObjectList is an extension of IVsLiteTreeList and provides additional methods that are pertinent to symbols in the project. Provides information about symbols in a list that is part of an overall organization in the tree view (IVsLiteTree) of the code browsing tools. IVsObjectList is an extension of IVsLiteTreeList and provides additional methods that are pertinent to symbols in the project.
The IVsObjectList type exposes the following members.
Methods
Name
Description
Returns a flag indicating if the given list item can be deleted.
Returns a flag indicating if navigation to the given list item's source is supported.
Returns a flag indicating if the given list item can be renamed.
Returns the hierarchy and the number of ItemIDs corresponding to source files for the given list item.
Asks the given list item to do the delete operation.
Asks the given list item to handle a drag-and-drop operation.
Asks the given list item to do the rename operation.
Asks the given list item to enumerate its supported clipboard formats.
Asks the list item to provide description text to be used in the object browser.
Returns a pointer to the property browse IDispatch for the given list item.
Returns an object list's capabilities.
Returns the value for the specified category for the given list item.
Asks the given list item to renders a specific clipboard format that it supports.
Allows the list to provide a different context menu and IOleCommandTarget for the given list item.
Overloaded.
Overloaded.
Returns a flag indicating whether the given list item is expandable.
Overloaded.
Asks the given list item to renders a specific clipboard format as a variant.
Overloaded.
Overloaded.
Returns a child IVsObjectList for the specified category.
Overloaded.
Returns the ItemID corresponding to source files for the given list item if more than one.
Fills the VSOBNAVIGATIONINFO2 structure for the given list item allowing the list to navigate back to it through LocateNavigationInfo.
Returns a source filename and line number for the given list item.
Overloaded.
Overloaded.
Returns the user context object for the given list item.
Navigates to the source for the given list item.
Overloaded.
Returns the index of the list item corresponding to the VSOBNAVIGATIONINFO2 structure.
Overloaded.
Returns a flag indicating whether the given list item supports a drag-and-drop operation.
Allows the list to display help for the given list item.
Overloaded.
Overloaded.
Top