SpellCheckerContext Class

Entry point for the spell check exclusion list functionality.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Search.Extended.Administration.SpellCheckerContext

Namespace:  Microsoft.SharePoint.Search.Extended.Administration
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class SpellCheckerContext _
    Implements LinguisticContext, IDisposable
'Usage
Dim instance As SpellCheckerContext
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class SpellCheckerContext : LinguisticContext, 
    IDisposable

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SpellCheckerContext Members

Microsoft.SharePoint.Search.Extended.Administration Namespace