Share via


SoftInputExtensions.ShowSoftInputAsync(ITextInput, CancellationToken) Methode

Definition

Wenn ein Softeingabebereich derzeit ausgeblendet wird, wird versucht, ihn anzuzeigen.

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)

Parameter

targetView
ITextInput
token
CancellationToken

Abbruchtoken

Gibt zurück

Gibt zurück true , wenn die Plattform den Softeingabebereich anzeigen konnte.

Gilt für: