Click to return to the XML (Extensible Markup Language) home page    
IXMLDOMNamedNodeMap::item...     IXMLDOMNamedNodeMap::next...     IXMLDOMNamedNodeMap Inter...    
Web Workshop  |  XML (Extensible Markup Language)

IXMLDOMNamedNodeMap::get_length Method


Indicates the number of items in the collection.

Visual Basic Syntax

lValue = oXMLDOMNamedNodeMap.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.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.