ITextBufferUndoManagerProvider::RemoveTextBufferUndoManager Method (ITextBuffer^)
Visual Studio 2015
Removes the ITextBufferUndoManager for the specified text buffer.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Parameters
- textBuffer
-
Type:
Microsoft.VisualStudio.Text::ITextBuffer^
The ITextBuffer to check.
| Exception | Condition |
|---|---|
| ArgumentNullException | textBuffer is null. |
Show: