MobileServiceCollectionView<T>.MoveCurrentToFirst Method

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

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

Syntax

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

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

Return Value

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

Implements

ICollectionViewMoveCurrentToFirst

See Also

Reference

MobileServiceCollectionView<T> Class

Microsoft.WindowsAzure.MobileServices Namespace