System::Xml::XmlNodeList::idx_get 方法
XmlNodeList::idx_get method
返回给定索引处的节点。
virtual SharedPtr<XmlNode> System::Xml::XmlNodeList::idx_get(int32_t i)
| 参数 | 类型 | 描述 |
|---|---|---|
| i | int32_t | 节点列表的零基索引。 |
ReturnValue
集合中具有指定索引的 XmlNode。如果索引大于或等于列表中的节点数,则返回 nullptr。
另见
- Typedef SharedPtr
- Class XmlNode
- Class XmlNodeList
- Namespace System::Xml
- Library Aspose.Font for C++