共用方式為


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

目前項目的直接或間接子系之所有項目的集合。 例如,如果目前的元素是 TABLEAll 則會傳回資料表中的每個 THTRTD 元素,以及包含在儲存格內的任何其他元素,例如 DIVSPAN 元素。

備註

若要只存取具有目前元素作為其直接父系的專案,請改用 Children 集合。

這個集合中的元素不一定以來源順序傳回。

適用於

另請參閱