다음을 통해 공유


SoftInputExtensions.ShowSoftInputAsync(ITextInput, CancellationToken) 메서드

정의

소프트 입력 창이 현재 숨어 있는 경우 표시하려고 시도합니다.

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)

매개 변수

targetView
ITextInput
token
CancellationToken

취소 토큰

반환

플랫폼이 소프트 입력 창을 표시할 수 있는지를 반환 true 합니다.

적용 대상