Interface IHTMLOptionsCollection
Interface IHTMLOptionsCollection
名称: Aspose.Html セットアップ: Aspose.HTML.dll (25.4.0)
A ‘HTMLOptionsCollection’ is a list of nodes representing HTMLoption element. A individual nodes may be accessed by either ordinalindex or the node’s ’name’ or ‘id’ attributes. HTML DOM のコレクションは、基本文書が変更されたときに自動的に更新されることを意味します。
こちらもご覧ください Document object Model (DOM) Level 2 HTML Specification トップ > レベル2
[DOMName("HTMLOptionsCollection")]
[ComVisible(true)]
[DOMObject]
public interface IHTMLOptionsCollection : IEnumerable<element>, IEnumerable
Implements
Properties
Length
リスト内のノードの数
[DOMName("length")]
int Length { get; }
不動産価値
この[ストレッチ]
コレクションのインデックスの項目を返します. インデックスがリストのノードの数よりも大きい場合、これはゼロを返します。
Element this[string name] { get; }
不動産価値
この[インタ]
メソッドはコレクションのインデックスの項目を返します. インデックスがリストのノードの数よりも大きい場合、これはゼロを返します。http://www.w3.org/TR/DOM-レベル-2-HTML/html.html#HTMLOptionsコレクション名称Item
[DOMName("item")]
Element this[int index] { get; }
不動産価値
Methods
NamedItem(ストレッチ)
メソッドは、コレクションのインデックスの項目を返します。http://www.w3.org/TR/DOM-レベル-2-HTML/html.html#HTMLOptionsコレクション名称Item
[DOMName("namedItem")]
Element NamedItem(string name)
Parameters
name
string
要素名です。
Returns
ノードに戻る。