IVsLiteTreeList 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. A list is the basic unit of information with which the libraries communicate with the tools and is displayed as a set of peer nodes of a specific parent in the tree view.
The IVsLiteTreeList type exposes the following members.
Methods
Name
Description
Retrieves data to draw the requested tree list item.
Specifies whether an item is expandable.
Expands a tree list node.
Returns the attributes of the current tree list.
Returns the number of items in the current tree list.
Returns changes that have occurred in a tree list.
Returns a pointer to the text representations for the requested tree list item.
Returns a pointer to the tool tip text for the requested tree list item.
Returns a pointer to an index number of the specified tree list
Notifies the current tree list that it is being closed.
Tells the requested tree item to toggle its checked state if it has check boxes.
Returns the current change counter for the tree list, and is used to indicate that the list contents have changed.
Top