Compartilhar via


SoftInputExtensions.ShowSoftInputAsync(ITextInput, CancellationToken) Método

Definição

Se um painel de entrada flexível estiver ocultando no momento, isso tentará mostrá-lo.

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)

Parâmetros

targetView
ITextInput
token
CancellationToken

Token de cancelamento

Retornos

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

Aplica-se a