IVsPersistHierarchyItem Interface
Visual Studio 2015
Provides persistence to hierarchy items.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | IsItemDirty(UInt32, IntPtr, Int32) | Determines whether the hierarchy item changed. |
![]() | SaveItem(VSSAVEFLAGS, String, UInt32, IntPtr, Int32) | Saves the hierarchy item to disk. |
Notes to Implementers:
Implemented by Hierarchies that want to persist their items.
Show:
