CPInterfaceControllerDelegate_Extensions.TemplateWillAppear 方法

定义

模板即将出现时调用的方法。

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

参数

This
ICPInterfaceControllerDelegate

此方法在其上运行的实例。

aTemplate
CPTemplate

将显示的模板。

animated
Boolean

true 如果转换是自动的,则为 。 否则为 false

适用于