HtmlElement.All プロパティ

定義

現在の要素の下にあるすべての要素の HtmlElementCollection を取得します。

public:
 property System::Windows::Forms::HtmlElementCollection ^ All { System::Windows::Forms::HtmlElementCollection ^ get(); };
public System.Windows.Forms.HtmlElementCollection All { get; }
member this.All : System.Windows.Forms.HtmlElementCollection
Public ReadOnly Property All As HtmlElementCollection

プロパティ値

現在の要素の直接または間接の子であるすべての要素のコレクション。 たとえば、現在の要素が TABLEの場合、 All は、テーブル内のすべての THTR、および TD 要素、およびセル内に含まれる DIV 要素や SPAN 要素などのその他の要素を返します。

注釈

現在の要素を直接の親として持つ要素にのみアクセスするには、代わりに Children コレクションを使用します。

このコレクション内の要素は、必ずしもソース順に返されるとは限りません。

適用対象

こちらもご覧ください