IXREnumerator::MoveNext (Compact 2013)

3/28/2014

This method moves the enumerator to the next value in the collection.

Syntax

virtual HRESULT STDMETHODCALLTYPE MoveNext(
    bool * pHasValue
) = 0;

Parameters

  • pHasValue
    [out] Boolean value that indicates whether the enumerator was successfully moved to the next value in the collection.

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

None.

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXREnumerator