다음을 통해 공유


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 합니다.

적용 대상