System::Xml::XmlNodeList::Item method

XmlNodeList::Item method

Retrieves a node at the given index.

virtual SharedPtr<XmlNode> System::Xml::XmlNodeList::Item(int32_t index)=0
ParameterTypeDescription
indexint32_tThe zero-based index into the list of nodes.

ReturnValue

The XmlNode with the specified index in the collection. If index is greater than or equal to the number of nodes in the list, this returns nullptr.

See Also