Share via


XmlEditingScopeStatus Enumeration

 

Defines values that specify different states of the XmlEditingScope.

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

Syntax

public enum XmlEditingScopeStatus
public enum class XmlEditingScopeStatus
type XmlEditingScopeStatus
Public Enumeration XmlEditingScopeStatus

Members

Member name Description
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.

See Also

Microsoft.VisualStudio.XmlEditor Namespace

Return to top