Partager via


SoftInputExtensions.ShowSoftInputAsync(ITextInput, CancellationToken) Méthode

Définition

Si un volet d’entrée réversible est actuellement masqué, cette opération tente de l’afficher.

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)

Paramètres

targetView
ITextInput
token
CancellationToken

Jeton d’annulation

Retours

Retourne true si la plateforme a pu afficher le volet d’entrée réversible.

S’applique à