IVsAsyncPersistDocData Interface

Definition

[System.Runtime.InteropServices.Guid("de485455-84fe-4e41-a911-8bbdc87ac27f")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAsyncPersistDocData
[<System.Runtime.InteropServices.Guid("de485455-84fe-4e41-a911-8bbdc87ac27f")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAsyncPersistDocData = interface
Public Interface IVsAsyncPersistDocData
Attributes

Methods

LoadDocDataAsync(String, IVsProgress)

Loads the document data for a given document, asynchronously.

ReloadDocDataAsync(UInt32, IVsProgress)

Reloads the document data asynchronously and in the process determines whether to ignore a subsequent file change.

SaveDocDataAsync(UInt32, IVsProgress)

Saves the document data, asynchronously.

Applies to