Sdílet prostřednictvím


IVsAsyncRunningDocumentTable3 Rozhraní

Definice

[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
Atributy
Implementuje

Vlastnosti

IsAsyncSaveEnabled

Označuje, jestli jsou povolena asynchronní ukládání.

Metody

GetAsyncSaveState(IVsProvideAsyncSaveState)

Načte objekt stavu (například kontrolní bod) pro operaci asynchronního uložení.

SaveDocumentsAsync(UInt32, IVsHierarchy, UInt32, UInt32, IVsProgress)

Asynchronně uloží jeden nebo více dokumentů.

UnlockDocumentAsync(UInt32, UInt32)

Odebere zámek z dokumentu.

UpdateAsyncSaveState(IVsProvideAsyncSaveState, Object)

Aktualizace objekt stavu (například kontrolní bod) pro operaci asynchronního uložení.

Platí pro