IHTMLOptionsCollection.Item
IHTMLOptionsCollection indexer (1 of 2)
コレクション内の index 番目のアイテムを返します。 index がリスト内のノード数以上の場合、null が返されます。
public Element this[string name] { get; }
パラメータ | 説明 |
---|---|
name | 要素名。 |
戻り値
ノードを返します。
関連項目
- class Element
- interface IHTMLOptionsCollection
- 名前空間 Aspose.Html
- 組み立て Aspose.HTML
IHTMLOptionsCollection indexer (2 of 2)
メソッドは、コレクション内の index 番目のアイテムを返します。 index がリスト内のノード数以上の場合、null を返します。 http://www.w3.org/TR/DOM-Level-2-HTML/html.html#HTMLOptionsCollection-namedItem
public Element this[int index] { get; }
パラメータ | 説明 |
---|---|
index | インデックス。 |
戻り値
ノードを返します。
関連項目
- class Element
- interface IHTMLOptionsCollection
- 名前空間 Aspose.Html
- 組み立て Aspose.HTML