IEditorOperations.AddAfterTextBufferChangePrimitive Method

Definition

Adds an ITextUndoPrimitive to the ITextUndoHistory for the buffer that will revert the selection to the current state when it is redone.

public:
 void AddAfterTextBufferChangePrimitive();
public:
 void AddAfterTextBufferChangePrimitive();
void AddAfterTextBufferChangePrimitive();
public void AddAfterTextBufferChangePrimitive ();
abstract member AddAfterTextBufferChangePrimitive : unit -> unit
Public Sub AddAfterTextBufferChangePrimitive ()

Remarks

When performing edits that will change the selection, you can surround the edits with calls to AddBeforeTextBufferChangePrimitive() and AddAfterTextBufferChangePrimitive() to ensure that the selection behaves correctly when the edits are undone and redone.

Applies to