ISpelling IssueSuggestions 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
Assembly: VisualStudio.SpellChecker.Definitions (in VisualStudio.SpellChecker.Definitions.dll) Version: 2025.8.30.0
C#
IEnumerable<ISpellingSuggestion> Suggestions { get; }VB
ReadOnly Property Suggestions As IEnumerable(Of ISpellingSuggestion)
GetC++
property IEnumerable<ISpellingSuggestion^>^ Suggestions {
IEnumerable<ISpellingSuggestion^>^ get ();
}F#
abstract Suggestions : IEnumerable<ISpellingSuggestion> with get