ISpelling Service Interface
This is used to retrieve the spelling service
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 ISpellingServiceVB
Public Interface ISpellingServiceC++
public interface class ISpellingServiceF#
type ISpellingService = interface endExample
This is a MEF component, and should be imported with the following code:
C#
[Import]
private ISpellingService spellingService = null;Methods
| IsEnabled | This is used to see if spell checking is enabled for the given text buffer |