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

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.

SpellAddRemoveLanguageSmartTagAction ( ) : System.Collections.ObjectModel

Constructor for SpellAddRemoveLanguageSmartTagAction.

Method Details

Invoke() public méthode

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

SpellAddRemoveLanguageSmartTagAction() public méthode

Constructor for SpellAddRemoveLanguageSmartTagAction.
public SpellAddRemoveLanguageSmartTagAction ( ) : System.Collections.ObjectModel
Résultat System.Collections.ObjectModel