EditArray.ApplyEdits Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.