ITextUndoTransaction.History 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 that contains this transaction.
public:
property Microsoft::VisualStudio::Text::Operations::ITextUndoHistory ^ History { Microsoft::VisualStudio::Text::Operations::ITextUndoHistory ^ get(); };
public:
property Microsoft::VisualStudio::Text::Operations::ITextUndoHistory ^ History { Microsoft::VisualStudio::Text::Operations::ITextUndoHistory ^ get(); };
public Microsoft.VisualStudio.Text.Operations.ITextUndoHistory History { get; }
member this.History : Microsoft.VisualStudio.Text.Operations.ITextUndoHistory
Public ReadOnly Property History As ITextUndoHistory
Property Value
The ITextUndoHistory.