IVsAsyncRunningDocumentTable3 Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
[System.Runtime.InteropServices.Guid("fb318d71-ecfc-4352-b19d-2c77acb77d76")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAsyncRunningDocumentTable3 : Microsoft.VisualStudio.Shell.Interop.IVsAsyncRunningDocumentTable2
[<System.Runtime.InteropServices.Guid("fb318d71-ecfc-4352-b19d-2c77acb77d76")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAsyncRunningDocumentTable3 = interface
interface IVsAsyncRunningDocumentTable2
interface IVsAsyncRunningDocumentTable
Public Interface IVsAsyncRunningDocumentTable3
Implements IVsAsyncRunningDocumentTable2
- Atributos
- Implementaciones
Propiedades
IsAsyncSaveEnabled |
Indica si los guardados asincrónicos están habilitados. |
Métodos
GetAsyncSaveState(IVsProvideAsyncSaveState) |
Recupera el objeto de estado (como un punto de control) para una operación de guardado asincrónica. |
SaveDocumentsAsync(UInt32, IVsHierarchy, UInt32, UInt32, IVsProgress) |
Guarda uno o varios documentos de forma asincrónica. |
UnlockDocumentAsync(UInt32, UInt32) |
Quita un bloqueo de un documento. |
UpdateAsyncSaveState(IVsProvideAsyncSaveState, Object) |
Novedades el objeto de estado (como un punto de control) para una operación de guardado asincrónica. |