IVsAsyncRunningDocumentTable3.UnlockDocumentAsync(UInt32, UInt32) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Entfernt eine Sperre aus einem Dokument.
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
Parameter
- lockType
- UInt32
Der Typ der zu entfernenden Sperre.
- docCookie
- UInt32
Das Dokumentcookie.
Gibt zurück
Eine Aufgabe, die den asynchronen Vorgang darstellt.