SoftInputExtensions.HideSoftInputAsync(ITextInput, CancellationToken) メソッド

定義

ソフト入力ウィンドウが現在表示されている場合は、非表示が試みられます。

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)

パラメーター

targetView
ITextInput
token
CancellationToken

キャンセル トークン

戻り値

プラットフォームが true ソフト入力ウィンドウを非表示にできた場合は を返します。

適用対象