HtmlElement.FirstChild Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the next element below this element in the document tree.
public:
property System::Windows::Forms::HtmlElement ^ FirstChild { System::Windows::Forms::HtmlElement ^ get(); };
public System.Windows.Forms.HtmlElement FirstChild { get; }
public System.Windows.Forms.HtmlElement? FirstChild { get; }
member this.FirstChild : System.Windows.Forms.HtmlElement
Public ReadOnly Property FirstChild As HtmlElement
Property Value
An HtmlElement representing the first element contained underneath the current element, in source order.
Remarks
Use FirstChild in conjunction with NextSibling to walk the document tree for an HTML document.
Applies to
See also
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.