length Property (IXMLDOMNodeList) (Windows CE 5.0)

Send Feedback

Indicates the number of items in the collection.

[Script]

Script Syntax

lValue= oXMLDOMNodeList.length;

Script Parameters

None.

Script Return Value

Long integer. Number of items in the collection.

[C/C++]

C/C++ Syntax

HRESULT get_length(long* listLength);

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

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:

IXMLDOMNodeList and IXMLDOMSelection

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.