ISpellingIssue Interface

This represents a spelling issue such as a misspelled word, doubled word, etc.

Definition

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

Properties

MisspellingType This read-only property returns the misspelling type
Suggestions This read-only property is used to get suggestions that can be used to replace the misspelled word
Word This read-only property returns the misspelled or doubled word

See Also