ITextBufferUndoManager::TextBufferUndoHistory Property

 

Gets the undo history for the underlying ITextBuffer.

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

property ITextUndoHistory^ TextBufferUndoHistory {
	ITextUndoHistory^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Operations::ITextUndoHistory^

The undo history.

Return to top
Show: