HTMLCollection.Item

HTMLCollection indexer

コレクション内の index 番目のアイテムを返します。 index がリスト内のノード数以上の場合、null が返されます。

public abstract Element this[int index] { get; }
パラメータ説明
indexインデックス。

戻り値

要素を返します.

プロパティ値

Element.

関連項目