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) |
汇报状态对象 (,例如异步保存操作的检查点) 。 |