Element.FindByName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- System.String
The name of the element to find.
Returns
System.Object
The element that has the specified name.