Partager via


IVsAsyncRunningDocumentTable3.UnlockDocumentAsync(UInt32, UInt32) Méthode

Définition

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.

Implémente

S’applique à