length Property (XMLSchemaCache-IXMLSchemaCollection)
Returns the number of namespaces currently in the collection.
The namespaces collection only includes namespaces explicitly declared as attribute values using the |
lValue = objXMLDOMSchemaCollection.length;
lValue = objXMLDOMSchemaCollection.length
HRESULT length(long * length);
Parameters
length[out, retval]
The number of namespaces in the collection.
C/C++ Return Values
S_OK
The value returned if successful.
Long integer. The property is read-only.
Implemented in:
MSXML 3.0, MSXML 6.0
Show: