ISpellingSuggestion Interface

This represents a spelling suggestion that can be used to replace a misspelled word

Definition

Namespace: VisualStudio.SpellChecker.Definitions
Assembly: VisualStudio.SpellChecker.Definitions (in VisualStudio.SpellChecker.Definitions.dll) Version: 2023.12.29.0
public interface ISpellingSuggestion

Properties

Culture This read-only property returns the culture information for the suggestion
Suggestion This read-only property returns the suggested replacement word

See Also