ISpelling IssueMisspelling Type Property
This read-only property returns the misspelling type
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#
MisspellingType MisspellingType { get; }VB
ReadOnly Property MisspellingType As MisspellingType
GetC++
property MisspellingType MisspellingType {
MisspellingType get ();
}F#
abstract MisspellingType : MisspellingType with get