Element.FindByName(String) Método
Definição
Retorna o elemento que tem o nome especificado.Returns the element that has the specified name.
public object FindByName (string name);
abstract member FindByName : string -> obj
override this.FindByName : string -> obj
Parâmetros
- name
- String
O nome do elemento a ser localizado.The name of the element to find.
Retornos
O elemento que tem o nome especificado.The element that has the specified name.