ITextBufferUndoManagerProvider::RemoveTextBufferUndoManager Method (ITextBuffer^)

 

Removes the ITextBufferUndoManager for the specified text buffer.

Namespace:   Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

void RemoveTextBufferUndoManager(
	ITextBuffer^ textBuffer
)

Parameters

textBuffer
Type: Microsoft.VisualStudio.Text::ITextBuffer^

The ITextBuffer to check.

Exception Condition
ArgumentNullException

textBuffer is null.

Return to top
Show: