Share via


length Property (XMLSchemaCache/IXMLSchemaCollection) (Compact 2013)

3/26/2014

Returns the number of namespaces currently in the collection.

Syntax

lValue = objXMLDOMSchemaCollection.length;
HRESULT length(
  long* length
);

Parameters

Script

None.

C/C++

  • length
    [out, retval] The number of namespaces in the collection.

Return Value

Script

Long integer. The number of namespaces in the collection.

C/C++

  • S_OK
    Value returned if successful.

Remarks

This property is read-only, and applies to the following objects and interfaces:

XMLSchemaCache/IXMLDOMSchemaCollection

Requirements

Header

msxml2.h,
msxml2.idl

See Also

Reference

XML DOM Properties