IXMLDOMSchemaCollection::length Method
Returns the number of namespaces currently in the schema collection.
Visual Basic Syntax
lValue = objXMLDOMSchemaCollection.length
C/C++ Syntax
HRESULT length(ULONG *pCount);
Parameters
- pCount [out]
- The number of namespaces in the collection.
C/C++ Return Values
- S_OK
- Value returned if successful.
See Also
IXMLDOMSchemaCollection Interface