ISpelling Suggestion Interface
This represents a spelling suggestion that can be used to replace a 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#
public interface ISpellingSuggestionVB
Public Interface ISpellingSuggestionC++
public interface class ISpellingSuggestionF#
type ISpellingSuggestion = interface endProperties
| Culture | This read-only property returns the culture information for the suggestion |
| Suggestion | This read-only property returns the suggested replacement word |