XmlStore.UndoManager Property

 

Get or set the IOleUndoManager associated with this XmlStore.

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

Syntax

public abstract IOleUndoManager UndoManager { get; set; }
public:
property IOleUndoManager^ UndoManager {
    virtual IOleUndoManager^ get() abstract;
    virtual void set(IOleUndoManager^ value) abstract;
}
abstract UndoManager : IOleUndoManager with get, set
Public MustOverride Property UndoManager As IOleUndoManager

Property Value

Type: Microsoft.VisualStudio.OLE.Interop.IOleUndoManager

The IOleUndoManager associated with this XmlStore.

Remarks

If no undo manager is asosciated with the XmlStore, it will default to using the IOleUndoManager associated with the IVsTextLines buffer.

See Also

XmlStore Class
Microsoft.VisualStudio.XmlEditor Namespace

Return to top