IVsPersistHierarchyItem Interface

Provides persistence to hierarchy items.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("18933F6E-0937-4888-8C77-EC8A393B21EA")> _
Public Interface IVsPersistHierarchyItem
'Usage
Dim instance As IVsPersistHierarchyItem
[InterfaceTypeAttribute()]
[GuidAttribute("18933F6E-0937-4888-8C77-EC8A393B21EA")]
public interface IVsPersistHierarchyItem
[InterfaceTypeAttribute()]
[GuidAttribute(L"18933F6E-0937-4888-8C77-EC8A393B21EA")]
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.

See Also

Reference

IVsPersistHierarchyItem Members

Microsoft.VisualStudio.Shell.Interop Namespace