length Property (XMLSchemaCache/IXMLSchemaCollection)

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

Returns the number of namespaces currently in the collection.

Script Syntax

            lValue = objXMLDOMSchemaCollection.length;

Remarks

Script Parameters

None.

Script Return Value

Long integer. The number of namespaces in the collection.

C/C++ Syntax

HRESULT length(
  long* length
);

Remarks

C/C++ Parameters

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

C/C++ Return Values

  • S_OK
    Value returned if successful.

Requirements

Header msxml2.h, msxml2.idl
Windows Embedded CE Windows CE .NET 4.0 and later

General Remarks

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

XMLSchemaCache/IXMLDOMSchemaCollection