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.) | |
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.) |
Top