HtmlElement.Document 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個項目所屬的 HtmlDocument。
public:
property System::Windows::Forms::HtmlDocument ^ Document { System::Windows::Forms::HtmlDocument ^ get(); };
public System.Windows.Forms.HtmlDocument Document { get; }
member this.Document : System.Windows.Forms.HtmlDocument
Public ReadOnly Property Document As HtmlDocument
屬性值
此項目的父代文件。
備註
某些 HTML 頁面可以使用標記來裝載框架 FRAMESET
。 在此情況下,每個個別 FRAME
專案都會包含它自己的 實例 HtmlDocument 。 當您已從 HtmlElementEventArgs 收到 事件處理常式中元素的參考,而且需要在元素所在的檔上執行一些動作時,這個屬性最有用。