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

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.

SpellLanguageSmartTagItem ( string culture ) : System.Collections.ObjectModel

Constructor for SpellDictionarySmartTagAction.

Method Details

Invoke() public method

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

SpellLanguageSmartTagItem() public method

Constructor for SpellDictionarySmartTagAction.
public SpellLanguageSmartTagItem ( string culture ) : System.Collections.ObjectModel
culture string
return System.Collections.ObjectModel