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

Smart tag action for adding new words to the dictionary.
Inheritance: ISmartTagAction
Afficher le fichier Open project: simonegli8/Spellchecker

Méthodes publiques

Méthode 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 méthode

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

SpellLanguageSmartTagItem() public méthode

Constructor for SpellDictionarySmartTagAction.
public SpellLanguageSmartTagItem ( string culture ) : System.Collections.ObjectModel
culture string
Résultat System.Collections.ObjectModel