HtmlElement.FirstChild Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’élément suivant situé au-dessous de cet élément dans l’arborescence du document.
public:
property System::Windows::Forms::HtmlElement ^ FirstChild { System::Windows::Forms::HtmlElement ^ get(); };
public System.Windows.Forms.HtmlElement FirstChild { get; }
member this.FirstChild : System.Windows.Forms.HtmlElement
Public ReadOnly Property FirstChild As HtmlElement
Valeur de propriété
HtmlElement représentant le premier élément contenu sous l'élément actuel, dans l'ordre de la source.
Remarques
Utilisez FirstChild conjointement avec NextSibling l’arborescence de documents pour un document HTML.