LinguisticsCollection<T>.GetEnumerator Method (SortField, SortDirection, Int32, Int32)
Gets an IEnumerator<T> with sorting and paging.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Linguistics
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Function GetEnumerator ( _
sortField As SortField, _
sortDirection As SortDirection, _
offset As Integer, _
count As Integer _
) As IEnumerator(Of T)
'Usage
Dim instance As LinguisticsCollection
Dim sortField As SortField
Dim sortDirection As SortDirection
Dim offset As Integer
Dim count As Integer
Dim returnValue As IEnumerator(Of T)
returnValue = instance.GetEnumerator(sortField, _
sortDirection, offset, count)
IEnumerator<T> GetEnumerator(
SortField sortField,
SortDirection sortDirection,
int offset,
int count
)
Parameters
sortField
Type: Microsoft.SharePoint.Search.Extended.Administration.Common.SortFieldThe field to sort on.
sortDirection
Type: Microsoft.SharePoint.Search.Extended.Administration.Common.SortDirectionThe direction to sort. SortDirection
offset
Type: System.Int32The start offset.
count
Type: System.Int32The number of elements to return.
Return Value
Type: System.Collections.Generic.IEnumerator<T>
An IEnumerator<T> over a type of linguistic feature.
See Also
Reference
LinguisticsCollection<T> Interface
LinguisticsCollection<T> Members
Microsoft.SharePoint.Search.Extended.Administration.Linguistics Namespace