_XRValueCollectionBaseT.GetEnumerator(IXREnumerator * *) (Compact 7)
3/12/2014
This method obtains an IXREnumerator object that you use to enumerate the value of each item in the collection.
Syntax
HRESULT STDMETHODCALLTYPE GetEnumerator(
IXREnumerator ** ppEnumerator)
Parameters
- ppEnumerator
[out] Pointer to an IXREnumerator object that you use to enumerate the value of each item in the collection.
Return Value
The following table shows the possible return values.
Value | Description |
---|---|
S_OK |
The method succeeded. |
E_FAIL |
The method was not successful. |
E_OUTOFMEMORY |
The method exceeded available memory. |
E_POINTER |
ppEnumerator is invalid. |
Requirements
Header |
XRCollection.h |
See Also
Reference
_XRValueCollectionBaseT<IFace,ItemType,ItemComparer,ItemConverter,ItemLifeManager>
IXREnumerator
IXRValueCollection