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)
Usage
'Usage
Dim instance As XmlEditingScope
Dim value As Boolean
value = instance.IsUndo
Syntax
'Declaration
Public MustOverride ReadOnly Property IsUndo As Boolean
public abstract bool IsUndo { get; }
public:
virtual property bool IsUndo {
bool get () abstract;
}
/** @property */
public abstract boolean get_IsUndo ()
public abstract function get IsUndo () : boolean
Property Value
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
XmlEditingScope Class
XmlEditingScope Members
Microsoft.VisualStudio.XmlEditor Namespace
Build Date:
2012-11-12