IVsAsyncRunningDocumentTable3 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
[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) |
비동기 저장 작업에 대한 상태 개체(예: 검사점)를 업데이트. |