IVsPersistHierarchyItem2 Interface
Provides persistence to hierarchy items.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
[GuidAttribute("5A494367-DF56-4062-8EDA-54E2C1FF42BC")] [InterfaceTypeAttribute(1)] public interface IVsPersistHierarchyItem2 : IVsPersistHierarchyItem
/** @attribute GuidAttribute("5A494367-DF56-4062-8EDA-54E2C1FF42BC") */
/** @attribute InterfaceTypeAttribute(1) */
public interface IVsPersistHierarchyItem2 extends IVsPersistHierarchyItem
See illustrations of the implementation and/or calling of this interface in the Figures Project Sample sample.
Notes to Implementers Implemented by Hierarchies that want to persist their items.