IVsPersistHierarchyItem2 Members
Include Protected Members
Include Inherited Members
Provides persistence to hierarchy items.
The IVsPersistHierarchyItem2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
IgnoreItemFileChanges | Flag indicating that changes to a file can be ignored when item is saved or reloaded. |
![]() |
IsItemDirty | Determines whether the hierarchy item changed. (Inherited from IVsPersistHierarchyItem.) |
![]() |
IsItemDirty(UInt32, IntPtr, Int32%) | Determines whether the hierarchy item changed. |
![]() |
IsItemReloadable | Determines whether a project item is reloadable before calling ReloadItem. |
![]() |
ReloadItem | Called to reload project item. |
![]() |
SaveItem | Saves the hierarchy item to disk. (Inherited from IVsPersistHierarchyItem.) |
![]() |
SaveItem(VSSAVEFLAGS, String, UInt32, IntPtr, Int32%) | Saves the hierarchy item to disk. |
Top