CompoundAction::Abort Method ()

 

Terminates the current compound action, throwing away all edits.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual void Abort() override

Call this method to not only stop the compound action but to throw away all edits made after the compound action object was created.

This method resumes colorization by recolorizing the current line.

Return to top
Show: