EditArray::ApplyEdits Method ()
Visual Studio 2015
Applies all edit operations that have been accumulated.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
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.
Show: