Table of Contents

Method FindAsync

Namespace
Alternet.UI.Markup
Assembly
Alternet.UI.dll

FindAsync(string)

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.

SynchronousCompletionAsyncResult<object?> FindAsync(string name)

Parameters

name string

The name.

Returns

SynchronousCompletionAsyncResult<object>

The element, or null if the name was not found.