IVsAsyncRunningDocumentTable3.UnlockDocumentAsync(UInt32, UInt32) 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.
Supprime un verrou d’un document.
public Microsoft.VisualStudio.Shell.Interop.IVsTask UnlockDocumentAsync (uint lockType, uint docCookie);
abstract member UnlockDocumentAsync : uint32 * uint32 -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function UnlockDocumentAsync (lockType As UInteger, docCookie As UInteger) As IVsTask
Paramètres
- lockType
- UInt32
Type de verrou à supprimer.
- docCookie
- UInt32
Cookie de document.
Retours
Tâche représentant l’opération asynchrone.