MobileServiceCollectionView<T>.MoveCurrentToNext Method

Move the current item to the next item in the collection view.

Namespace:  Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.MobileServices.Managed (in Microsoft.WindowsAzure.MobileServices.Managed.dll)

Syntax

'Declaration
Public Function MoveCurrentToNext As Boolean
'Usage
Dim instance As MobileServiceCollectionView 
Dim returnValue As Boolean 

returnValue = instance.MoveCurrentToNext()
public bool MoveCurrentToNext()
public:
virtual bool MoveCurrentToNext() sealed
abstract MoveCurrentToNext : unit -> bool  
override MoveCurrentToNext : unit -> bool
public final function MoveCurrentToNext() : boolean

Return Value

Type: System.Boolean
A value indicating whether the current item is within the collection view.

Implements

ICollectionViewMoveCurrentToNext

See Also

Reference

MobileServiceCollectionView<T> Class

Microsoft.WindowsAzure.MobileServices Namespace