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)

Syntax

public enum XmlModelSaveAction
public enum class XmlModelSaveAction
type XmlModelSaveAction
Public Enumeration XmlModelSaveAction

Members

Member name Description
NoSave

The contents are not saved.

PromptSave

Prompt to save the editor contents.

SaveIfDirty

Save if changes have been made.

See Also

Microsoft.VisualStudio.XmlEditor Namespace

Return to top