IVsAsyncRunningDocumentTable3 Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
[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
- Attributs
- Implémente
Propriétés
IsAsyncSaveEnabled |
Indique si les sauvegardes asynchrones sont activées. |
Méthodes
GetAsyncSaveState(IVsProvideAsyncSaveState) |
Récupère l’objet d’état (tel qu’un point de contrôle) pour une opération d’enregistrement asynchrone. |
SaveDocumentsAsync(UInt32, IVsHierarchy, UInt32, UInt32, IVsProgress) |
Enregistre un ou plusieurs documents de manière asynchrone. |
UnlockDocumentAsync(UInt32, UInt32) |
Supprime un verrou d’un document. |
UpdateAsyncSaveState(IVsProvideAsyncSaveState, Object) |
Mises à jour l’objet d’état (par exemple, un point de contrôle) pour une opération d’enregistrement asynchrone. |