Returns the number of namespaces currently in the collection.
Note The namespaces collection only includes namespaces explicitly declared as attribute values using the xmlns
attribute. If a namespace is not explicitly used in an XML document when it loads into the DOM, it will not be added to the collection.
lValue = objXMLDOMSchemaCollection.length;
lValue = objXMLDOMSchemaCollection.length
HRESULT length(long * length);
Long integer. The property is read-only.
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.
Applies to: IXMLSchemaCollection/XMLSchemaCache