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 ITextBufferUndoManagerpublic interface class ITextBufferUndoManager__interface ITextBufferUndoManagerpublic interface ITextBufferUndoManagertype ITextBufferUndoManager = interfacePublic Interface ITextBufferUndoManagerProperties
| 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. |