Condividi tramite


SoftInputExtensions.ShowSoftInputAsync(ITextInput, CancellationToken) Metodo

Definizione

Se un riquadro di input leggero è attualmente nascosto, tenterà di visualizzarlo.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Threading::Tasks::Task<bool> ^ ShowSoftInputAsync(Microsoft::Maui::ITextInput ^ targetView, System::Threading::CancellationToken token);
public static System.Threading.Tasks.Task<bool> ShowSoftInputAsync (this Microsoft.Maui.ITextInput targetView, System.Threading.CancellationToken token);
static member ShowSoftInputAsync : Microsoft.Maui.ITextInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
<Extension()>
Public Function ShowSoftInputAsync (targetView As ITextInput, token As CancellationToken) As Task(Of Boolean)

Parametri

targetView
ITextInput
token
CancellationToken

Token di annullamento

Restituisce

Restituisce true se la piattaforma è stata in grado di visualizzare il riquadro di input flessibile.

Si applica a