INameScopeFind Method
Finds a named element in the name scope, returns immediately, doesn't traverse the name scope stack
Namespace: Avalonia.ControlsAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
Object? Find(
string name
)
Function Find (
name As String
) As Object
abstract Find :
name : string -> Object
- name String
- The name.
ObjectThe element, or null if the name was not found.