IVsPersistHierarchyItem Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides persistence to hierarchy items.
public interface class IVsPersistHierarchyItem
public interface class IVsPersistHierarchyItem
__interface IVsPersistHierarchyItem
[System.Runtime.InteropServices.Guid("18933F6E-0937-4888-8C77-EC8A393B21EA")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsPersistHierarchyItem
[System.Runtime.InteropServices.Guid("18933F6E-0937-4888-8C77-EC8A393B21EA")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsPersistHierarchyItem
[<System.Runtime.InteropServices.Guid("18933F6E-0937-4888-8C77-EC8A393B21EA")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsPersistHierarchyItem = interface
[<System.Runtime.InteropServices.Guid("18933F6E-0937-4888-8C77-EC8A393B21EA")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsPersistHierarchyItem = interface
Public Interface IVsPersistHierarchyItem
- Derived
- Attributes
Notes to Implementers
Implemented by Hierarchies that want to persist their items.
Methods
IsItemDirty(UInt32, IntPtr, Int32) |
Determines whether the hierarchy item changed. |
SaveItem(VSSAVEFLAGS, String, UInt32, IntPtr, Int32) |
Saves the hierarchy item to disk. |