[]
Finds an element in the collection that matches the specified name.
public virtual object Find(string elementName)
Public Overridable Function Find(elementName As String) As Object
Type | Name | Description |
---|---|---|
string | elementName | Name of the element |
Type | Description |
---|---|
object | Element object |