LinguisticsCollection<T> Interface
Represents a collection of linguistic features that need to support paging and sorting.
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 LinguisticsCollection(Of T) _
Inherits ICollection(Of T), IEnumerable(Of T), IEnumerable
'Usage
Dim instance As LinguisticsCollection(Of T)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface LinguisticsCollection<T> : ICollection<T>,
IEnumerable<T>, IEnumerable
Type Parameters
- T
The type of linguistic feature.
See Also
Reference
LinguisticsCollection<T> Members
Microsoft.SharePoint.Search.Extended.Administration.Linguistics Namespace