Condividi tramite


SoftInputExtensions.HideSoftInputAsync(ITextInput, CancellationToken) Metodo

Definizione

Se è attualmente visualizzato un riquadro di input temporanea, questo tenterà di nasconderlo.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Threading::Tasks::Task<bool> ^ HideSoftInputAsync(Microsoft::Maui::ITextInput ^ targetView, System::Threading::CancellationToken token);
public static System.Threading.Tasks.Task<bool> HideSoftInputAsync (this Microsoft.Maui.ITextInput targetView, System.Threading.CancellationToken token);
static member HideSoftInputAsync : Microsoft.Maui.ITextInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
<Extension()>
Public Function HideSoftInputAsync (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 nascondere il riquadro di input temporanea.

Si applica a