ITextBufferUndoManager.TextBufferUndoHistory Property       
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ITextUndoHistory for the underlying ITextBuffer.
public:
 property Microsoft::VisualStudio::Text::Operations::ITextUndoHistory ^ TextBufferUndoHistory { Microsoft::VisualStudio::Text::Operations::ITextUndoHistory ^ get(); };public:
 property Microsoft::VisualStudio::Text::Operations::ITextUndoHistory ^ TextBufferUndoHistory { Microsoft::VisualStudio::Text::Operations::ITextUndoHistory ^ get(); };public Microsoft.VisualStudio.Text.Operations.ITextUndoHistory TextBufferUndoHistory { get; }member this.TextBufferUndoHistory : Microsoft.VisualStudio.Text.Operations.ITextUndoHistoryPublic ReadOnly Property TextBufferUndoHistory As ITextUndoHistoryProperty Value
The undo history.