次の方法で共有


ICPListTemplateDelegate.DidSelectListItem メソッド

定義

開発者は、リスト アイテムの選択に対応するために、このメソッドをオーバーライドする必要があります。

[Foundation.Export("listTemplate:didSelectListItem:completionHandler:")]
[Foundation.Preserve(Conditional=true)]
public void DidSelectListItem (CarPlay.CPListTemplate listTemplate, CarPlay.CPListItem item, Action completionHandler);
abstract member DidSelectListItem : CarPlay.CPListTemplate * CarPlay.CPListItem * Action -> unit

パラメーター

listTemplate
CPListTemplate
item
CPListItem
completionHandler
Action
属性

適用対象