IVsAsyncRunningDocumentTable3 Interfaccia

Definizione

[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
Attributi
Implementazioni

Proprietà

IsAsyncSaveEnabled

Indica se sono abilitati i salva asincroni.

Metodi

GetAsyncSaveState(IVsProvideAsyncSaveState)

Recupera l'oggetto state (ad esempio un checkpoint) per un'operazione di salvataggio asincrona.

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

Salva uno o più documenti in modo asincrono.

UnlockDocumentAsync(UInt32, UInt32)

Rimuove un blocco da un documento.

UpdateAsyncSaveState(IVsProvideAsyncSaveState, Object)

Aggiornamenti l'oggetto stato (ad esempio un checkpoint) per un'operazione di salvataggio asincrona.

Si applica a