MobileServiceCollectionView<T>.MoveCurrentToPrevious Method

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

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

Syntax

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

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

Return Value

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

Implements

ICollectionViewMoveCurrentToPrevious

See Also

Reference

MobileServiceCollectionView<T> Class

Microsoft.WindowsAzure.MobileServices Namespace