IVsHierarchyEvents Methods

 

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

NameDescription
System_CAPS_pubmethodOnInvalidateIcon(IntPtr)

Notifies clients when changes are made to icons.

System_CAPS_pubmethodOnInvalidateItems(UInt32)

Notifies clients when changes are made to the item inventory of a hierarchy.

System_CAPS_pubmethodOnItemAdded(UInt32, UInt32, UInt32)

Notifies clients when an item is added to the hierarchy.

System_CAPS_pubmethodOnItemDeleted(UInt32)

Notifies clients when an item is deleted from the hierarchy.

System_CAPS_pubmethodOnItemsAppended(UInt32)

Notifies clients when items are appended to the end of the hierarchy.

System_CAPS_pubmethodOnPropertyChanged(UInt32, Int32, UInt32)

Notifies clients when one or more properties of an item have changed.

Return to top
Show: