Compartilhar via


SoftInputExtensions.HideSoftInputAsync(ITextInput, CancellationToken) Método

Definição

Se um painel de entrada suave estiver sendo exibido no momento, isso tentará ocultá-lo.

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)

Parâmetros

targetView
ITextInput
token
CancellationToken

Token de cancelamento

Retornos

Retorna true se a plataforma foi capaz de ocultar o painel de entrada flexível.

Aplica-se a