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) |
匯報 狀態物件 (,例如異步儲存作業的檢查點) 。 |