ITextUndoTransaction::UndoPrimitives Property
Visual Studio 2015
Gets the collection of ITextUndoPrimitive objects in this container.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
property IList<ITextUndoPrimitive^>^ UndoPrimitives {
IList<ITextUndoPrimitive^>^ get();
}
Property Value
Type: System.Collections.Generic::IList<ITextUndoPrimitive^>^The ITextUndoPrimitive collection.
You should try to get these primitives only after the transaction has been completed.
Show: