ITextUndoPrimitive Methods

 

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

NameDescription
System_CAPS_pubmethodCanMerge(ITextUndoPrimitive^)

Determines whether this undo primitive can merge with the specified undo primitive.

System_CAPS_pubmethodDo()

Performs or redoes the operation.

System_CAPS_pubmethodMerge(ITextUndoPrimitive^)

Performs a merge with the specified undo primitive.

System_CAPS_pubmethodUndo()

Performs undo on the primitive.

Return to top
Show: