Microsoft XML 2.5 SDK


 

IXMLDOMNodeList::get_length Method

[This is preliminary documentation and subject to change.]

Indicates the number of items in the collection.

Visual Basic Syntax

lValue = oXMLDOMNodeList.length

C/C++ Syntax

HRESULT get_length(

    long *listLength);

Parameters

listLength

[out]
Number of items in the collection.

C/C++ Return Values

S_OK

Value returned if successful.

E_INVALIDARG

Value returned if listLength is null.