XmlModelSaveAction Enumeration

 

Specifies the action to be performed when the contents of the XML editor are closed.

Namespace:   Microsoft.VisualStudio.XmlEditor
Assembly:  Microsoft.VisualStudio.XmlEditor (in Microsoft.VisualStudio.XmlEditor.dll)

public enum class XmlModelSaveAction

Member nameDescription
NoSave

The contents are not saved.

PromptSave

Prompt to save the editor contents.

SaveIfDirty

Save if changes have been made.

Return to top
Show: