Share via


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)

Syntax

'Declaration
ReadOnly Property TextBufferUndoHistory As ITextUndoHistory
ITextUndoHistory TextBufferUndoHistory { get; }
property ITextUndoHistory^ TextBufferUndoHistory {
    ITextUndoHistory^ get ();
}
abstract TextBufferUndoHistory : ITextUndoHistory with get
function get TextBufferUndoHistory () : ITextUndoHistory

Property Value

Type: Microsoft.VisualStudio.Text.Operations.ITextUndoHistory
The undo history.

.NET Framework Security

See Also

Reference

ITextBufferUndoManager Interface

Microsoft.VisualStudio.Text.Operations Namespace