AsyncSaveResult Class
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.
Represents the results of an asynchronous save operation
public class AsyncSaveResult : Microsoft.VisualStudio.Shell.Interop.IVsAsyncSaveResult
type AsyncSaveResult = class
interface IVsAsyncSaveResult
Public Class AsyncSaveResult
Implements IVsAsyncSaveResult
- Inheritance
-
AsyncSaveResult
- Implements
Remarks
A default-constructed AsyncSaveResult describes a completed save operation with no data loss, saved to its original filename (i.e. FileName is null
).
Constructors
AsyncSaveResult() |
Fields
Canceled |
Represents a save operation that was canceled. |
Success |
Represents a a completed save operation with no data loss, saved to
its original filename (i.e. FileName is |
Properties
DataLossIncurred |
This is set to |
FileName |
The name of the saved file. This can be |
SaveCanceled |
This is set to |
Methods
FromInterface(IVsAsyncSaveResult) |
Creates an AsyncSaveResult whose contents mirror those of an IVsAsyncSaveResult. |