ISpelling Issue 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: 2025.8.30.0
Assembly: VisualStudio.SpellChecker.Definitions (in VisualStudio.SpellChecker.Definitions.dll) Version: 2025.8.30.0
C#
public interface ISpellingIssueVB
Public Interface ISpellingIssueC++
public interface class ISpellingIssueF#
type ISpellingIssue = interface endProperties
| 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 |