length Property (IXMLDOMNodeList)

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

Indicates the number of items in the collection.

Script Syntax

            lValue = oXMLDOMNodeList.length;

Remarks

Script Parameters

None.

Script Return Value

Long integer. Number of items in the collection.

C/C++ Syntax

HRESULT get_length(
  long* listLength
);

Remarks

C/C++ Parameters

  • listLength
    [out, retval] Number of items in the collection.

C/C++ Return Values

  • S_OK
    Value returned if successful.
  • E_INVALIDARG
    Value returned if listLength is Null.

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:

IXMLDOMNodeList and IXMLDOMSelection