SPFeatureQueryResultCollection.IEnumerator.MoveNext method

Advances the enumerator to the next element of the collection.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Private Function MoveNext As Boolean
    Implements IEnumerator.MoveNext
'Usage
Dim instance As SPFeatureQueryResultCollection
Dim returnValue As Boolean

returnValue = CType(instance, IEnumerator).MoveNext()
boolIEnumerator.MoveNext()

Return value

Type: System.Boolean
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.

Implements

IEnumerator.MoveNext()

See also

Reference

SPFeatureQueryResultCollection class

SPFeatureQueryResultCollection members

Microsoft.SharePoint namespace