HtmlElement.GetElementsByTagName(String) Método

Definição

Recupera uma coleção de elementos representados em HTML pela marca especificada HTML .

public:
 System::Windows::Forms::HtmlElementCollection ^ GetElementsByTagName(System::String ^ tagName);
public System.Windows.Forms.HtmlElementCollection GetElementsByTagName(string tagName);
member this.GetElementsByTagName : string -> System.Windows.Forms.HtmlElementCollection
Public Function GetElementsByTagName (tagName As String) As HtmlElementCollection

Parâmetros

tagName
String

O nome da marca cujos HtmlElement objetos você deseja recuperar.

Retornos

Um HtmlElementCollection elemento contendo todos os elementos cujo HTML nome de marca é igual a tagName.

Aplica-se a

Confira também