KeywordsEnumerator.MoveNext method

Advances the enumerator to the next element of the collection.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function MoveNext As Boolean
'Usage
Dim instance As KeywordsEnumerator
Dim returnValue As Boolean

returnValue = instance.MoveNext()
public bool MoveNext()

Return value

Type: System.Boolean
true if the enumerator successfully advances to the next element; otherwise, false if the enumerator is passed to the end of the collection.

Implements

IEnumerator.MoveNext()

See also

Reference

KeywordsEnumerator class

KeywordsEnumerator members

Microsoft.Office.Server.Search.Administration namespace