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
Parameter | Type | Description |
---|---|---|
index | int32_t | The 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
- Typedef SharedPtr
- Class XmlNode
- Class XmlNodeList
- Namespace System::Xml
- Library Aspose.Slides