CPApplicationDelegate_Extensions.DidSelectManeuver 方法

定义

用户选择操纵时调用的方法。

public static void DidSelectManeuver (this CarPlay.ICPApplicationDelegate This, UIKit.UIApplication application, CarPlay.CPManeuver maneuver);
static member DidSelectManeuver : CarPlay.ICPApplicationDelegate * UIKit.UIApplication * CarPlay.CPManeuver -> unit

参数

This
ICPApplicationDelegate

此方法在其上运行的实例。

application
UIApplication

在其中选择了操纵的应用程序。

maneuver
CPManeuver

所选操纵。

适用于