ISpellingIssueSuggestions Property

This read-only property is used to get suggestions that can be used to replace the misspelled word

Definition

Namespace: VisualStudio.SpellChecker.Definitions
Assembly: VisualStudio.SpellChecker.Definitions (in VisualStudio.SpellChecker.Definitions.dll) Version: 2025.8.30.0
IEnumerable<ISpellingSuggestion> Suggestions { get; }

Property Value

IEnumerableISpellingSuggestion

See Also