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 |
|
|
Metadata |
|
See also
Build date: 12/4/2012
