SpellCheckerCollection Interface
Represents a collection of SpellChecker.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Linguistics
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Interface SpellCheckerCollection _
Inherits LinguisticsCollection(Of SpellChecker), ICollection(Of SpellChecker), _
IEnumerable(Of SpellChecker), IEnumerable
'Usage
Dim instance As SpellCheckerCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface SpellCheckerCollection : LinguisticsCollection<SpellChecker>,
ICollection<SpellChecker>, IEnumerable<SpellChecker>, IEnumerable
Remarks
This is a read-only collection. It does not support adding, removing, etc.
See Also
Reference
SpellCheckerCollection Members
Microsoft.SharePoint.Search.Extended.Administration.Linguistics Namespace