Compartir a través de


HtmlElement.NextSibling Propiedad

Definición

Obtiene el siguiente elemento del mismo nivel que este elemento en el árbol del documento.

public:
 property System::Windows::Forms::HtmlElement ^ NextSibling { System::Windows::Forms::HtmlElement ^ get(); };
public System.Windows.Forms.HtmlElement NextSibling { get; }
member this.NextSibling : System.Windows.Forms.HtmlElement
Public ReadOnly Property NextSibling As HtmlElement

Valor de propiedad

HtmlElement

Objeto HtmlElement que representa el elemento situado a la derecha del elemento actual.

Comentarios

Use NextSibling junto con FirstChild para recorrer el árbol de documentos de un elemento HTML.

Se aplica a

Consulte también