XmlEditingScopeStatus Enumeration
Visual Studio 2015
Defines values that specify different states of the XmlEditingScope.
Assembly: Microsoft.VisualStudio.XmlEditor (in Microsoft.VisualStudio.XmlEditor.dll)
| 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. |
Show: