Element.FindByName(String) Método
Definición
Recupera el elemento que tiene el nombre 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
Nombre del elemento que se va a buscar.The name of the element to find.
Devoluciones
El elemento que tiene el nombre especificado.The element that has the specified name.