IVsAsyncRunningDocumentTable Interface

Definition

[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

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.

Applies to