IAsyncPersistFile Interface

Definition

[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

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.

Applies to