共用方式為


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

選取的動作。

適用於