CPInterfaceControllerDelegate_Extensions.TemplateWillAppear 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
模板即将出现时调用的方法。
public static void TemplateWillAppear (this CarPlay.ICPInterfaceControllerDelegate This, CarPlay.CPTemplate aTemplate, bool animated);
static member TemplateWillAppear : CarPlay.ICPInterfaceControllerDelegate * CarPlay.CPTemplate * bool -> unit
参数
此方法在其上运行的实例。
- aTemplate
- CPTemplate
将显示的模板。
- animated
- Boolean
true
如果转换是自动的,则为 。 否则为 false
。