IVsLiteTreeList Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

NameDescription
System_CAPS_pubmethodGetDisplayData(UInt32, array<VSTREEDISPLAYDATA>^)

Retrieves data to draw the requested tree list item.

System_CAPS_pubmethodGetExpandable(UInt32, Int32)

Specifies whether an item is expandable.

System_CAPS_pubmethodGetExpandedList(UInt32, Int32, IVsLiteTreeList^)

Expands a tree list node.

System_CAPS_pubmethodGetFlags(UInt32)

Returns the attributes of the current tree list.

System_CAPS_pubmethodGetItemCount(UInt32)

Returns the number of items in the current tree list.

System_CAPS_pubmethodGetListChanges(UInt32, array<VSTREELISTITEMCHANGE>^)

Returns changes that have occurred in a tree list.

System_CAPS_pubmethodGetText(UInt32, VSTREETEXTOPTIONS, String^)

Returns a pointer to the text representations for the requested tree list item.

System_CAPS_pubmethodGetTipText(UInt32, VSTREETOOLTIPTYPE, String^)

Returns a pointer to the tool tip text for the requested tree list item.

System_CAPS_pubmethodLocateExpandedList(IVsLiteTreeList^, UInt32)

Returns a pointer to an index number of the specified tree list

System_CAPS_pubmethodOnClose(array<VSTREECLOSEACTIONS>^)

Notifies the current tree list that it is being closed.

System_CAPS_pubmethodToggleState(UInt32, UInt32)

Tells the requested tree item to toggle its checked state if it has check boxes.

System_CAPS_pubmethodUpdateCounter(UInt32, UInt32)

Returns the current change counter for the tree list, and is used to indicate that the list contents have changed.

Return to top
Show: