IVsLiteTreeList Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetDisplayData(UInt32, array<VSTREEDISPLAYDATA>^) | Retrieves data to draw the requested tree list item. |
![]() | GetExpandable(UInt32, Int32) | Specifies whether an item is expandable. |
![]() | GetExpandedList(UInt32, Int32, IVsLiteTreeList^) | Expands a tree list node. |
![]() | GetFlags(UInt32) | Returns the attributes of the current tree list. |
![]() | GetItemCount(UInt32) | Returns the number of items in the current tree list. |
![]() | GetListChanges(UInt32, array<VSTREELISTITEMCHANGE>^) | Returns changes that have occurred in a tree list. |
![]() | GetText(UInt32, VSTREETEXTOPTIONS, String^) | Returns a pointer to the text representations for the requested tree list item. |
![]() | GetTipText(UInt32, VSTREETOOLTIPTYPE, String^) | Returns a pointer to the tool tip text for the requested tree list item. |
![]() | LocateExpandedList(IVsLiteTreeList^, UInt32) | Returns a pointer to an index number of the specified tree list |
![]() | OnClose(array<VSTREECLOSEACTIONS>^) | Notifies the current tree list that it is being closed. |
![]() | ToggleState(UInt32, UInt32) | Tells the requested tree item to toggle its checked state if it has check boxes. |
![]() | UpdateCounter(UInt32, UInt32) | Returns the current change counter for the tree list, and is used to indicate that the list contents have changed. |
Show:
