ResourceMapMapViewIterator.MoveNext Method

Definition

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

public:
 virtual bool MoveNext() = IIterator<IKeyValuePair<Platform::String ^, ResourceMap ^> ^>::MoveNext;
bool MoveNext();
public bool MoveNext();
function moveNext()
Public Function MoveNext () As Boolean

Returns

Boolean

bool

true if the iterator refers to a valid item that is in the map view; otherwise, false.

Implements

Applies to