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

Smart tag actions for spelling suggestions.
Inheritance: ISmartTagAction
Afficher le fichier Open project: NoahRic/Spellchecker

Méthodes publiques

Méthode Description
Invoke ( ) : void

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

SpellSmartTagAction ( ITrackingSpan span, string replaceWith, bool enabled ) : System.Collections.ObjectModel

Constructor for spelling suggestions smart tag actions.

Method Details

Invoke() public méthode

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

SpellSmartTagAction() public méthode

Constructor for spelling suggestions smart tag actions.
public SpellSmartTagAction ( ITrackingSpan span, string replaceWith, bool enabled ) : System.Collections.ObjectModel
span ITrackingSpan Word to replace.
replaceWith string Text to replace misspelled word with.
enabled bool Enable/disable this action.
Résultat System.Collections.ObjectModel