INameScopeFindAsync Method
Finds a named element in the name scope, waits for the scope to be completely populated before returning null
Returned task is configured to run any continuations synchronously.
Namespace: Avalonia.ControlsAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
SynchronousCompletionAsyncResult<Object> FindAsync(
string name
)
Function FindAsync (
name As String
) As SynchronousCompletionAsyncResult(Of Object)
abstract FindAsync :
name : string -> SynchronousCompletionAsyncResult<Object>
- name String
- The name.
SynchronousCompletionAsyncResultObjectThe element, or null if the name was not found.