SPFeatureQueryResultCollection.IEnumerator.MoveNext Method

Advances the enumerator to the next element of the collection.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Available in SharePoint Online

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.ExplicitInterfaceProperty)> _
Private Function MoveNext As Boolean
    Implements IEnumerator.MoveNext
'Usage
Dim instance As SPFeatureQueryResultCollection
Dim returnValue As Boolean

returnValue = CType(instance, IEnumerator).MoveNext()
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.ExplicitInterfaceProperty)]
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