ITextBufferUndoManager Interface

Definition

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.

Applies to