IVsAsyncRunningDocumentTable3 Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
[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. |