IVsAsyncRunningDocumentTable3.GetAsyncSaveState Méthode
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.
Récupère l’objet d’état (tel qu’un point de contrôle) pour une opération d’enregistrement asynchrone.
public object? GetAsyncSaveState (Microsoft.VisualStudio.Shell.Interop.IVsProvideAsyncSaveState provider);
abstract member GetAsyncSaveState : Microsoft.VisualStudio.Shell.Interop.IVsProvideAsyncSaveState -> obj
Public Function GetAsyncSaveState (provider As IVsProvideAsyncSaveState) As Object
Paramètres
- provider
- IVsProvideAsyncSaveState
Fournisseur de l’objet d’état.