IAsyncPersistFile 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("ec2f3090-8dc6-4d56-9a8e-84d5af63dc70")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAsyncPersistFile
[<System.Runtime.InteropServices.Guid("ec2f3090-8dc6-4d56-9a8e-84d5af63dc70")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAsyncPersistFile = interface
Public Interface IAsyncPersistFile
- Attributes
Remarks
This interface is safe to access from any thread.
Methods
LoadAsync(String, UInt32, IVsProgress) |
Opens a specified file asynchronously and initializes an object from the file contents. |
SaveAsync(String, Boolean, IVsProgress) |
Saves a copy of the object to the specified file, asynchronously. |