Class HTMLCollection

HTMLCollection class

HTMLCollectionの一般的なコレクションを表しますElement.

public abstract class HTMLCollection : DOMObject, IEnumerable<Element>

プロパティ

名前説明
abstract Item { get; }コレクション内の index 番目のアイテムを返します。 index がリスト内のノード数以上の場合、null が返されます。
abstract Length { get; }リスト内のノード数。

メソッド

名前説明
abstract GetEnumerator()列挙子を取得します。
override GetPlatformType()このメソッドは、ECMAScript オブジェクトを取得するために使用されますType.
NamedItem(string)指定された名前と一致するコレクション内のアイテムを返します.

関連項目