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

Smart tag action for language settings.
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.

SpellLanguageSettingsSmartTagAction ( ) : System.Collections.Generic

Constructor for SpellLanguageSettingsSmartTagAction.

Method Details

Invoke() public method

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

SpellLanguageSettingsSmartTagAction() public method

Constructor for SpellLanguageSettingsSmartTagAction.
public SpellLanguageSettingsSmartTagAction ( ) : System.Collections.Generic
return System.Collections.Generic