Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
[InterfaceTypeAttribute()]
[GuidAttribute("18933F6E-0937-4888-8C77-EC8A393B21EA")]
public interface IVsPersistHierarchyItem
[InterfaceTypeAttribute()]
[GuidAttribute(L"18933F6E-0937-4888-8C77-EC8A393B21EA")]
public interface class IVsPersistHierarchyItem
[<InterfaceTypeAttribute()>]
[<GuidAttribute("18933F6E-0937-4888-8C77-EC8A393B21EA")>]
type IVsPersistHierarchyItem = interface end
public interface IVsPersistHierarchyItem
The IVsPersistHierarchyItem type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
IsItemDirty | Determines whether the hierarchy item changed. |
![]() |
SaveItem | Saves the hierarchy item to disk. |
Top
Remarks
Notes to Implementers
Implemented by Hierarchies that want to persist their items.