C# Класс Microsoft.VisualStudio.Language.Spellchecker.SpellSmartTagAction

Smart tag actions for spelling suggestions.
Наследование: ISmartTagAction
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Invoke() публичный Метод

This method is executed when action is selected in the context menu.
public Invoke ( ) : void
Результат void

SpellSmartTagAction() публичный Метод

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.
Результат System.Collections.ObjectModel