ITextBufferUndoManager Interface
Visual Studio 2015
Registers the ITextUndoHistory for a text buffer, listens for change events on a text buffer, and adds ITextUndoPrimitive objects to the ITextUndoHistory.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | TextBuffer | Gets the ITextBuffer for which this ITextBufferUndoManager manages undo operations. |
![]() | TextBufferUndoHistory | Gets the undo history for the underlying ITextBuffer. |
| Name | Description | |
|---|---|---|
![]() | UnregisterUndoHistory() | Unregisters the ITextUndoHistory for the underlying ITextBuffer from the ITextUndoHistoryRegistry. |
Show:

