_newEnum Property

 

Returns the enumerator object for the error collection, so that items in the collection can be enumerated using the methods and properties of this interface. The newEnum property is implemented to support the enumeration of the error collection in Visual Basic For Each... In... Next constructions.

This property is used automatically in For Each... In... Next constructions.

HRESULT get_newEnum(  
    IUnknown **ppUnk);  

Parameters

ppUnk[out,retval]
Pointer to an enumerator object for the error collection.

Return Values

S_OK
The enumerator object was retrieved successfully.

E_FAIL
The operation failed.

Implemented in:

MSXML 6.0

IXMLDOMParseErrorCollection

item Property
length Property (IXMLDOMParseErrorCollection)
next Property1
reset Method (IXMLDOMParseErrorCollection)

Show: