AsyncSaveResult.Success Field
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 a a completed save operation with no data loss, saved to
its original filename (i.e. FileName is null
).
public static readonly Microsoft.VisualStudio.Shell.AsyncSaveResult Success;
staticval mutable Success : Microsoft.VisualStudio.Shell.AsyncSaveResult
Public Shared ReadOnly Success As AsyncSaveResult