Share via


XmlEditingScope.IsUndo Property

 

Returns a boolean value indicating whether this XmlEditingScope is the result of an Undo or Redo operation.

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

Syntax

public abstract bool IsUndo { get; }
public:
property bool IsUndo {
    virtual bool get() abstract;
}
abstract IsUndo : bool with get
Public MustOverride ReadOnly Property IsUndo As Boolean

Property Value

Type: System.Boolean

true if this is XmlEditingScope is the result of an Undo operation. false implies that it is a Redo operation or a new user edit.

See Also

XmlEditingScope Class
Microsoft.VisualStudio.XmlEditor Namespace

Return to top