XmlModelSaveAction Enumeration
Visual Studio 2015
Specifies the action to be performed when the contents of the XML editor are closed.
Assembly: Microsoft.VisualStudio.XmlEditor (in Microsoft.VisualStudio.XmlEditor.dll)
| Member name | Description | |
|---|---|---|
| NoSave | The contents are not saved. | |
| PromptSave | Prompt to save the editor contents. | |
| SaveIfDirty | Save if changes have been made. |
Show: