LinguisticContext Interface

Base interface for the linguistic context classes used for managing spell check and property extraction dictionaries.

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)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Interface LinguisticContext _
    Inherits IDisposable
'Usage
Dim instance As LinguisticContext
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface LinguisticContext : IDisposable

See Also

Reference

LinguisticContext Members

Microsoft.SharePoint.Search.Extended.Administration Namespace