Returns the next item in the error collection object.
var objErr = objIXMLDOMParseErrorCollection.next;
Set objErr = objIXMLDOMParseErrorCollection.next;
IXMLDOMParseError2Ptr objErr = objIXMLDOMParseErrorCollection->next;
HRESULT get_next(IXMLDOMParseError2 **objErr);
IXMLDOMParseError2
object from the error collection.objErr
parameter returns a valid IXMLDOMParseError2
object.objErr
parameter is NULL.This example uses the same two resource files used in the allErrors example. We've provided source files for the sample in three languages: JScript, Visual Basic, and C++. The output is the same in each language.
IXMLDOMParseErrorCollection Interface
MSXML 5.0 and later
To view reference information for Visual Basic, C/C++, or Script only, click the Language Filter button in the upper-left corner of the page.