Element.FindByName(String) Method

Definition

Returns the element that has the specified name.

public object FindByName (string name);
abstract member FindByName : string -> obj
override this.FindByName : string -> obj

Parameters

name
String

The name of the element to find.

Returns

The element that has the specified name.

Implements

Applies to