Compartilhar via


IVsAsyncRunningDocumentTable3 Interface

Definição

[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
Implementações

Propriedades

IsAsyncSaveEnabled

Indica se as salvamentos assíncronos estão habilitadas.

Métodos

GetAsyncSaveState(IVsProvideAsyncSaveState)

Recupera o objeto de estado (como um ponto de verificação) para uma operação de salvamento assíncrona.

SaveDocumentsAsync(UInt32, IVsHierarchy, UInt32, UInt32, IVsProgress)

Salva um ou mais documentos de forma assíncrona.

UnlockDocumentAsync(UInt32, UInt32)

Remove um bloqueio de um documento.

UpdateAsyncSaveState(IVsProvideAsyncSaveState, Object)

Atualizações o objeto de estado (como um ponto de verificação) para uma operação de salvamento assíncrona.

Aplica-se a