Share via


KeywordCollection.GetEnumerator Method (Int32, Int32)

Retrieves an enumerator for a subset the keywords in the collection, sorting on the keyword term in ascending order.

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

Syntax

'Declaration
Function GetEnumerator ( _
    offset As Integer, _
    count As Integer _
) As IEnumerator(Of Keyword)
'Usage
Dim instance As KeywordCollection
Dim offset As Integer
Dim count As Integer
Dim returnValue As IEnumerator(Of Keyword)

returnValue = instance.GetEnumerator(offset, _
    count)
IEnumerator<Keyword> GetEnumerator(
    int offset,
    int count
)

Parameters

  • offset
    Type: System.Int32

    The offset in the result set from which values are returned.

  • count
    Type: System.Int32

    The number of elements to return.

Return Value

Type: System.Collections.Generic.IEnumerator<Keyword>
An [IEnumerator] over the Keywords.

See Also

Reference

KeywordCollection Interface

KeywordCollection Members

GetEnumerator Overload

Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace