IVsAsyncPersistHierarchyItem Interface

Definition

[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

Methods

ReloadItemAsync(UInt32, IVsProgress)

Reloads a hierarchy item, asynchronously.

SaveItemAsync(VSSAVEFLAGS, String, UInt32, Object, IVsProgress)

Saves a hierarchy item, asynchronously.

Applies to