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