ISpellingService Interface

This is used to retrieve the spelling service

Definition

Namespace: VisualStudio.SpellChecker.Definitions
Assembly: VisualStudio.SpellChecker.Definitions (in VisualStudio.SpellChecker.Definitions.dll) Version: 2023.12.29.0
public interface ISpellingService

Example

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

See Also