다음을 통해 공유


IVsAsyncRunningDocumentTable3 인터페이스

정의

[System.Runtime.InteropServices.Guid("fb318d71-ecfc-4352-b19d-2c77acb77d76")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAsyncRunningDocumentTable3 : Microsoft.VisualStudio.Shell.Interop.IVsAsyncRunningDocumentTable2
[<System.Runtime.InteropServices.Guid("fb318d71-ecfc-4352-b19d-2c77acb77d76")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAsyncRunningDocumentTable3 = interface
    interface IVsAsyncRunningDocumentTable2
    interface IVsAsyncRunningDocumentTable
Public Interface IVsAsyncRunningDocumentTable3
Implements IVsAsyncRunningDocumentTable2
특성
구현

속성

IsAsyncSaveEnabled

비동기 저장을 사용할 수 있는지 여부를 나타냅니다.

메서드

GetAsyncSaveState(IVsProvideAsyncSaveState)

비동기 저장 작업에 대한 상태 개체(예: 검사점)를 검색합니다.

SaveDocumentsAsync(UInt32, IVsHierarchy, UInt32, UInt32, IVsProgress)

하나 이상의 문서를 비동기적으로 저장합니다.

UnlockDocumentAsync(UInt32, UInt32)

문서에서 잠금을 제거합니다.

UpdateAsyncSaveState(IVsProvideAsyncSaveState, Object)

비동기 저장 작업에 대한 상태 개체(예: 검사점)를 업데이트.

적용 대상