IVsAsyncSaveResult 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.
The result of an asynchronous save operation. This is the value returned from the GetResult method on the asynchronous save's returned IVsTask.
[System.Runtime.InteropServices.Guid("72903eda-bbb2-453d-88df-239a8c018122")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAsyncSaveResult
[<System.Runtime.InteropServices.Guid("72903eda-bbb2-453d-88df-239a8c018122")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAsyncSaveResult = interface
Public Interface IVsAsyncSaveResult
- Derived
- Attributes
Remarks
This interface is safe to access from any thread.
Properties
DataLossIncurred |
This is set to |
FileName |
The name of the saved file. This can be |
SaveCanceled |
This is set to |