IXMLElementCollection::get_length method (msxml.h)

Retrieves the number of elements in the collection.

Syntax

HRESULT get_length(
  long *p
);

Parameters

p

The number of elements in the collection.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

This method is implemented in MSXML 1.0. It is no longer supported by Microsoft in current versions of MSXML. This documentation is provided for informational purposes only.

Requirements

Requirement Value
Target Platform Windows
Header msxml.h
DLL Msxml.dll

See also

IXMLElementCollection