IVsHierarchyEvents Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | OnInvalidateIcon(IntPtr) | Notifies clients when changes are made to icons. |
![]() | OnInvalidateItems(UInt32) | Notifies clients when changes are made to the item inventory of a hierarchy. |
![]() | OnItemAdded(UInt32, UInt32, UInt32) | Notifies clients when an item is added to the hierarchy. |
![]() | OnItemDeleted(UInt32) | Notifies clients when an item is deleted from the hierarchy. |
![]() | OnItemsAppended(UInt32) | Notifies clients when items are appended to the end of the hierarchy. |
![]() | OnPropertyChanged(UInt32, Int32, UInt32) | Notifies clients when one or more properties of an item have changed. |
Show:
