IVsAsyncPersistDocData Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
Remarks
This interface is safe to access from any thread.
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. |