IVsAsyncRunningDocumentTable3.UnlockDocumentAsync(UInt32, UInt32) 方法

定义

从文档中删除锁。

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

参数

lockType
UInt32

要删除的锁的类型。

docCookie
UInt32

文档 Cookie。

返回

表示异步操作的任务。

实现

适用于