다음을 통해 공유


SoftInputExtensions.IsSoftInputShowing(ITextInput) 메서드

정의

플랫폼이 현재 소프트 입력 창을 표시하고 있는지 확인합니다.

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsSoftInputShowing(Microsoft::Maui::ITextInput ^ targetView);
public static bool IsSoftInputShowing (this Microsoft.Maui.ITextInput targetView);
static member IsSoftInputShowing : Microsoft.Maui.ITextInput -> bool
<Extension()>
Public Function IsSoftInputShowing (targetView As ITextInput) As Boolean

매개 변수

targetView
ITextInput

반환

현재 소프트 입력 창이 표시되면 를 반환 true 합니다.

적용 대상