length Property (XMLSchemaCache/IXMLSchemaCollection) (Windows CE 5.0)
Returns the number of namespaces currently in the collection.
[Script]
Script Syntax
lValue= objXMLDOMSchemaCollection.length;
Script Parameters
None.
Script Return Value
Long integer. The number of namespaces in the collection.
[C/C++]
C/C++ Syntax
HRESULT length(long* length);
C/C++ Parameters
- length
[out, retval] The number of namespaces in the collection.
C/C++ Return Values
- S_OK
Value returned if successful.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
General Remarks
This property is read-only, and applies to the following objects and interfaces:
XMLSchemaCache/IXMLDOMSchemaCollection
Send Feedback on this topic to the authors