CPInterfaceControllerDelegate_Extensions.TemplateDidAppear 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
範本出現時呼叫的方法。
public static void TemplateDidAppear (this CarPlay.ICPInterfaceControllerDelegate This, CarPlay.CPTemplate aTemplate, bool animated);
static member TemplateDidAppear : CarPlay.ICPInterfaceControllerDelegate * CarPlay.CPTemplate * bool -> unit
參數
這個方法運作所在的 實例。
- aTemplate
- CPTemplate
出現的範本。
- animated
- Boolean
true
如果轉換已自動化,則為 。 否則為 false
。