次の方法で共有


CPInterfaceControllerDelegate_Extensions.TemplateDidDisappear メソッド

定義

テンプレートが消えたときに呼び出されるメソッド。

public static void TemplateDidDisappear(this CarPlay.ICPInterfaceControllerDelegate This, CarPlay.CPTemplate aTemplate, bool animated);
static member TemplateDidDisappear : CarPlay.ICPInterfaceControllerDelegate * CarPlay.CPTemplate * bool -> unit

パラメーター

This
ICPInterfaceControllerDelegate

このメソッドが動作するインスタンス。

aTemplate
CPTemplate

消えたテンプレート。

animated
Boolean

true 切り替えが自動化されている場合は 。 それ以外の場合は false

適用対象