Item()

XmlNodeList::Item(int32_t) method

Retrieves a node at the given index.

virtual SharedPtr<XmlNode> System::Xml::XmlNodeList::Item(int32_t index)=0

Arguments

ParameterTypeDescription
indexint32_tThe zero-based index into the list of nodes.

Return Value

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