This read-only property returns the number of error parameters used in an error message. A zero value means that the error message has no error parameters. The index is zero-based; therefore, when the number of error parameters is non-zero, the value of this property equals the index of the last parameter, minus one.
intParams = objXMLDOMParseError2.errorParametersCount;
intParams = objXMLDOMParseError2.errorParametersCount
INT intParams = objXMLDOMParseError2->errorParametersCount;
HRESULT get_errorParametersCount ( INT * intParams);
See the example for the errorParameters method.
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.