XmlEditingScopeStatus Enumeration

 

Defines values that specify different states of the XmlEditingScope.

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

public enum class XmlEditingScopeStatus

Member nameDescription
Active

Indicates that the XmlEditingScope has not been committed or rolled back yet.

Completed

Indicates that the Complete method was called and committed successfully.

Reverted

Indicates that the XmlEditingScope::Revert method was called or an exception was thrown in the scope of the XmlEditingScope using block.

Return to top
Show: