C# Class Microsoft.VisualStudio.Language.Spellchecker.SpellSmartTagAction

Smart tag actions for spelling suggestions.
Inheritance: ISmartTagAction
Show file Open project: NoahRic/Spellchecker

Public Methods

Method Description
Invoke ( ) : void

This method is executed when action is selected in the context menu.

SpellSmartTagAction ( ITrackingSpan span, string replaceWith, bool enabled ) : System.Collections.ObjectModel

Constructor for spelling suggestions smart tag actions.

Method Details

Invoke() public method

This method is executed when action is selected in the context menu.
public Invoke ( ) : void
return void

SpellSmartTagAction() public method

Constructor for spelling suggestions smart tag actions.
public SpellSmartTagAction ( ITrackingSpan span, string replaceWith, bool enabled ) : System.Collections.ObjectModel
span ITrackingSpan Word to replace.
replaceWith string Text to replace misspelled word with.
enabled bool Enable/disable this action.
return System.Collections.ObjectModel