MobileServiceCollectionView<T>.MoveCurrentTo Method

Sets the first instance of the specified item in our currentoy loaded data as the current item in the collection view.

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

Syntax

'Declaration
Public Function MoveCurrentTo ( _
    item As Object _
) As Boolean
'Usage
Dim instance As MobileServiceCollectionView 
Dim item As Object 
Dim returnValue As Boolean 

returnValue = instance.MoveCurrentTo(item)
public bool MoveCurrentTo(
    Object item
)
public:
virtual bool MoveCurrentTo(
    Object^ item
) sealed
abstract MoveCurrentTo : 
        item:Object -> bool  
override MoveCurrentTo : 
        item:Object -> bool
public final function MoveCurrentTo(
    item : Object
) : boolean

Parameters

Return Value

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

Implements

ICollectionViewMoveCurrentTo(Object)

See Also

Reference

MobileServiceCollectionView<T> Class

Microsoft.WindowsAzure.MobileServices Namespace