ITextUndoTransaction::UndoPrimitives Property

 

Gets the collection of ITextUndoPrimitive objects in this container.

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

property IList<ITextUndoPrimitive^>^ UndoPrimitives {
	IList<ITextUndoPrimitive^>^ get();
}

You should try to get these primitives only after the transaction has been completed.

Return to top
Show: