ISpellingIssueSuggestions Property
This read-only property is used to get suggestions that can be used to replace the misspelled word
Namespace: VisualStudio.SpellChecker.DefinitionsAssembly: VisualStudio.SpellChecker.Definitions (in VisualStudio.SpellChecker.Definitions.dll) Version: 2025.8.30.0
IEnumerable<ISpellingSuggestion> Suggestions { get; }
ReadOnly Property Suggestions As IEnumerable(Of ISpellingSuggestion)
Get
property IEnumerable<ISpellingSuggestion^>^ Suggestions {
IEnumerable<ISpellingSuggestion^>^ get ();
}
abstract Suggestions : IEnumerable<ISpellingSuggestion> with get
Property Value
IEnumerableISpellingSuggestion