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

プロパティ値

HtmlElementCollection

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

注釈

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

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

適用対象

こちらもご覧ください