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

문서 쿠키입니다.

반환

비동기 작업(operation)을 나타내는 작업(task)입니다.

구현

적용 대상