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 | |
---|---|---|
GetDisplayData | Retrieves data to draw the requested tree list item. | |
GetExpandable | Specifies whether an item is expandable. | |
GetExpandedList | Expands a tree list node. | |
GetFlags | Returns the attributes of the current tree list. | |
GetItemCount | Returns the number of items in the current tree list. | |
GetListChanges | Returns changes that have occurred in a tree list. | |
GetText | Returns a pointer to the text representations for the requested tree list item. | |
GetTipText | Returns a pointer to the tool tip text for the requested tree list item. | |
LocateExpandedList | Returns a pointer to an index number of the specified tree list | |
OnClose | Notifies the current tree list that it is being closed. | |
ToggleState | Tells the requested tree item to toggle its checked state if it has check boxes. | |
UpdateCounter | Returns the current change counter for the tree list, and is used to indicate that the list contents have changed. |
Top