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

Smart tag action for adding new words to the dictionary.
Inheritance: ISmartTagAction
Show file Open project: simonegli8/Spellchecker

Public Methods

Method Description
Invoke ( ) : void

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

SpellAddRemoveLanguageSmartTagAction ( ) : System.Collections.ObjectModel

Constructor for SpellAddRemoveLanguageSmartTagAction.

Method Details

Invoke() public method

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

SpellAddRemoveLanguageSmartTagAction() public method

Constructor for SpellAddRemoveLanguageSmartTagAction.
public SpellAddRemoveLanguageSmartTagAction ( ) : System.Collections.ObjectModel
return System.Collections.ObjectModel