IXMLElementCollection interface (msxml.h)
The IXMLElementCollection interface supports collection of XML elements for indexed access.
Inheritance
The IXMLElementCollection interface inherits from the IDispatch interface. IXMLElementCollection also has these types of members:
Methods
The IXMLElementCollection interface has these methods.
IXMLElementCollection::get_length Retrieves the number of elements in the collection. (IXMLElementCollection.get_length) |
IXMLElementCollection::item Retrieves the child elements from a collection using their index, name, or both. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | msxml.h |