次の方法で共有


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)

1 つ以上のドキュメントを非同期に保存します。

UnlockDocumentAsync(UInt32, UInt32)

文書からロックを削除します。

UpdateAsyncSaveState(IVsProvideAsyncSaveState, Object)

非同期保存操作の状態オブジェクト (チェックポイントなど) をUpdatesします。

適用対象