IVsPersistHierarchyItem2 Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | IgnoreItemFileChanges(UInt32, Int32) | Flag indicating that changes to a file can be ignored when item is saved or reloaded. |
![]() | IsItemDirty(UInt32, IntPtr, Int32) | Determines whether the hierarchy item changed. |
![]() | IsItemReloadable(UInt32, Int32) | Determines whether a project item is reloadable before calling ReloadItem. |
![]() | ReloadItem(UInt32, UInt32) | Called to reload project item. |
![]() | SaveItem(VSSAVEFLAGS, String^, UInt32, IntPtr, Int32) | Saves the hierarchy item to disk. |
Show:
