HTMLCollection.Item
HTMLCollection indexer
返回集合中的第 index 个项目。如果索引大于或等于列表中的节点数,则返回 null.
public abstract Element this[int index] { get; }
范围 | 描述 |
---|---|
index | 索引。 |
返回值
返回元素。
适当的价值
的Element
.
也可以看看
- class Element
- class HTMLCollection
- 命名空间 Aspose.Html.Collections
- 部件 Aspose.HTML