IVsAsyncPersistHierarchyItem Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Runtime.InteropServices.Guid("9aa40a83-9ace-4bdf-9f31-956295d9b87d")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAsyncPersistHierarchyItem
[<System.Runtime.InteropServices.Guid("9aa40a83-9ace-4bdf-9f31-956295d9b87d")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAsyncPersistHierarchyItem = interface
Public Interface IVsAsyncPersistHierarchyItem
- Attributes
Remarks
This interface must be accessed on the main thread.
Methods
ReloadItemAsync(UInt32, IVsProgress) |
Reloads a hierarchy item, asynchronously. |
SaveItemAsync(VSSAVEFLAGS, String, UInt32, Object, IVsProgress) |
Saves a hierarchy item, asynchronously. |