MisspellingType Enumeration

This enumerated type defines the misspelling types

Definition

Namespace: VisualStudio.SpellChecker.Definitions
Assembly: VisualStudio.SpellChecker.Definitions (in VisualStudio.SpellChecker.Definitions.dll) Version: 2023.12.29.0
public enum MisspellingType

Members

MisspelledWord0 A misspelled word
DoubledWord1 A doubled word
DeprecatedTerm2 A deprecated term from a code analysis dictionary
CompoundTerm3 A compound term from a code analysis dictionary
UnrecognizedWord4 An unrecognized word from a code analysis dictionary

See Also