IVsAsyncRunningDocumentTable 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("b960175b-ab78-494f-9034-47a650c27acc")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAsyncRunningDocumentTable
[<System.Runtime.InteropServices.Guid("b960175b-ab78-494f-9034-47a650c27acc")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAsyncRunningDocumentTable = interface
Public Interface IVsAsyncRunningDocumentTable
- Derived
- Attributes
Remarks
This interface is safe to access from any thread.
Methods
GetAsyncSaveState(IVsProvideAsyncSaveState) |
Retrieves the state object (such as a checkpoint) for an async save operation. |
SaveDocumentsAsync(UInt32, IVsHierarchy, UInt32, UInt32, IVsProgress) |
Saves one or more documents asynchronously. |