IAsyncPersistFileFormat Interface

Definition

[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

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.

Applies to