EditArray.ApplyEdits Method

Definition

Applies all edit operations that have been accumulated.

public:
 void ApplyEdits();
public:
 void ApplyEdits();
void ApplyEdits();
public void ApplyEdits ();
member this.ApplyEdits : unit -> unit
Public Sub ApplyEdits ()

Remarks

Depending on whether an IVsTextView object is available, this method instantiates a CompoundViewAction or CompoundAction class. This method then updates the selection span based on the edit operations, optionally merges the edit operations where possible, and finally applies each edit operation in reverse order to the Source object.

Applies to