length Property (IXMLDOMNodeList)
Indicates the number of items in the collection.
lValue = oXMLDOMNodeList.length;
HRESULT get_length(
long* listLength
);
General Remarks
This property is read-only, and applies to the following objects and interfaces:
IXMLDOMNodeList and IXMLDOMSelection
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.