ITextBufferUndoManager Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers the ITextUndoHistory for a TextBuffer,
listens for change events on a TextBuffer,
and adds ITextUndoPrimitive objects to the ITextUndoHistory.
public interface class ITextBufferUndoManager
public interface class ITextBufferUndoManager
__interface ITextBufferUndoManager
public interface ITextBufferUndoManager
type ITextBufferUndoManager = interface
Public Interface ITextBufferUndoManager
Properties
TextBuffer |
Gets the ITextBuffer for which this ITextBufferUndoManager manages undo operations. |
TextBufferUndoHistory |
Gets the ITextUndoHistory for the underlying ITextBuffer. |
Methods
UnregisterUndoHistory() |
Unregisters the ITextUndoHistory for the underlying ITextBuffer from the ITextUndoHistoryRegistry. |