IVsPersistHierarchyItem Interface
Provides persistence to hierarchy items.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
<GuidAttribute("18933F6E-0937-4888-8C77-EC8A393B21EA")> _
<InterfaceTypeAttribute()> _
Public Interface IVsPersistHierarchyItem
Dim instance As IVsPersistHierarchyItem
[GuidAttribute("18933F6E-0937-4888-8C77-EC8A393B21EA")]
[InterfaceTypeAttribute()]
public interface IVsPersistHierarchyItem
[GuidAttribute(L"18933F6E-0937-4888-8C77-EC8A393B21EA")]
[InterfaceTypeAttribute()]
public interface class IVsPersistHierarchyItem
public interface IVsPersistHierarchyItem
Remarks
See illustrations of the implementation and/or calling of this interface in the Figures Project sample.
Notes to Implementers:
Implemented by Hierarchies that want to persist their items.