Share via


length Property (IXMLDOMNodeList) (Windows Embedded CE 6.0)

1/6/2010

Indicates the number of items in the collection.

Script Syntax

            lValue = oXMLDOMNodeList.length;

Remarks

Ee503166.collapse(en-US,WinEmbedded.60).gifScript Parameters

None.

Ee503166.collapse(en-US,WinEmbedded.60).gifScript Return Value

Long integer. Number of items in the collection.

Ee503166.collapse(en-US,WinEmbedded.60).gifC/C++ Syntax

HRESULT get_length(
  long* listLength
);

Remarks

Ee503166.collapse(en-US,WinEmbedded.60).gifC/C++ Parameters

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

Ee503166.collapse(en-US,WinEmbedded.60).gifC/C++ Return Values

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

Ee503166.collapse(en-US,WinEmbedded.60).gifRequirements

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

See Also

Reference

XML DOM Properties