IXREnumerator::Reset (Compact 2013)

3/28/2014

This method sets the enumerator to its initial position, which is before the first value in the collection.

Syntax

virtual HRESULT STDMETHODCALLTYPE Reset() = 0;

Parameters

None.

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