This read-only property returns the number of items in the error collection.
count = objIXMLDOMParseErrorCollection.length;
count = objIXMLDOMParseErrorCollection.length;
count = objIXMLDOMParseErrorCollection->length;
HRESULT get_length( LONG *count);
LONG
value holding the number of items in the collection.The following code performs an XSD validation on an XML document that has two invalid <book>
nodes. The code then outputs the number of errors in the resultant error collection.
The 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.
item Property | next Property | reset Method