IAsyncPersistFileFormat 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("d3f639c2-9633-4af7-82fb-3ae5cffa8a52")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAsyncPersistFileFormat
[<System.Runtime.InteropServices.Guid("d3f639c2-9633-4af7-82fb-3ae5cffa8a52")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAsyncPersistFileFormat = interface
Public Interface IAsyncPersistFileFormat
- Attributes
Remarks
This interface is safe to access from any thread.
Methods
LoadAsync(String, UInt32, Boolean, IVsProgress) |
Opens a specified file asynchronously and initializes an object from the file contents. |
SaveAsync(String, Boolean, UInt32, IVsProgress) |
Saves a copy of the object to the specified file, asynchronously. |