Share via


UIInputViewController.HandleInputModeList(UIView, UIEvent) 메서드

정의

개발자는 이 메서드를 호출하여 입력 모드 목록을 시작합니다.

[Foundation.Export("handleInputModeListFromView:withEvent:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void HandleInputModeList (UIKit.UIView fromView, UIKit.UIEvent withEvent);
abstract member HandleInputModeList : UIKit.UIView * UIKit.UIEvent -> unit
override this.HandleInputModeList : UIKit.UIView * UIKit.UIEvent -> unit

매개 변수

fromView
UIView
withEvent
UIEvent
특성

적용 대상