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) |
1 つ以上のドキュメントを非同期に保存します。 |
UnlockDocumentAsync(UInt32, UInt32) |
文書からロックを削除します。 |
UpdateAsyncSaveState(IVsProvideAsyncSaveState, Object) |
非同期保存操作の状態オブジェクト (チェックポイントなど) をUpdatesします。 |