CPApplicationDelegate.DidSelectManeuver(UIApplication, CPManeuver) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
系統會在使用者選取駕駛動作之後不久呼叫這個方法。
[Foundation.Export("application:didSelectManeuver:")]
public virtual void DidSelectManeuver(UIKit.UIApplication application, CarPlay.CPManeuver maneuver);
abstract member DidSelectManeuver : UIKit.UIApplication * CarPlay.CPManeuver -> unit
override this.DidSelectManeuver : UIKit.UIApplication * CarPlay.CPManeuver -> unit
參數
- application
- UIApplication
叫用這個委派方法的 UIApplication 參考。
- maneuver
- CPManeuver
- 屬性