This topic has not yet been rated - Rate this topic

ResourceMapIterator.MoveNext | moveNext method

Moves the iterator forward to the next item and returns HasCurrent.

Syntax


var boolean = resourceMapIterator.moveNext();

Parameters

This method has no parameters.

Return value

Type: Boolean [JavaScript] | System.Boolean [.NET] | Platform::Boolean [C++]

TRUE if the iterator refers to a valid item that is in the map, and otherwise FALSE.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.ApplicationModel.Resources.Core
Windows::ApplicationModel::Resources::Core [C++]

Metadata

Windows.winmd

See also

ResourceMapIterator

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.