IVsLiteTreeEvents Methods

 

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

NameDescription
System_CAPS_pubmethodOnDeleteItems(UInt32, UInt32)

Counts items that have been deleted starting with iStart.

System_CAPS_pubmethodOnInsertItems(UInt32, UInt32)

Counts items that have been inserted after iAfter.

System_CAPS_pubmethodOnQueryItemVisible(UInt32, Int32)

Checks whether specified item is visible.

System_CAPS_pubmethodOnRefresh()

The list has been refreshed (update count, window, current selection).

System_CAPS_pubmethodOnSetRedraw(Int32)

Turns redraw on/off.

System_CAPS_pubmethodOnToggleExpansion(UInt32, Int32)

Called when an item enters or leaves the expanded state.

System_CAPS_pubmethodOnToggleState(UInt32, UInt32)

Called when an icon changes state.

Return to top
Show: