CPApplicationDelegate_Extensions.DidSelectManeuver 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用户选择操纵时调用的方法。
public static void DidSelectManeuver (this CarPlay.ICPApplicationDelegate This, UIKit.UIApplication application, CarPlay.CPManeuver maneuver);
static member DidSelectManeuver : CarPlay.ICPApplicationDelegate * UIKit.UIApplication * CarPlay.CPManeuver -> unit
参数
此方法在其上运行的实例。
- application
- UIApplication
在其中选择了操纵的应用程序。
- maneuver
- CPManeuver
所选操纵。