CPMapTemplateDelegate_Extensions.ShouldShowNotificationForNavigationAlert 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
呼叫以判斷當應用程式在背景中執行時,是否應該顯示導覽警示的方法。
public static bool ShouldShowNotificationForNavigationAlert (this CarPlay.ICPMapTemplateDelegate This, CarPlay.CPMapTemplate mapTemplate, CarPlay.CPNavigationAlert navigationAlert);
static member ShouldShowNotificationForNavigationAlert : CarPlay.ICPMapTemplateDelegate * CarPlay.CPMapTemplate * CarPlay.CPNavigationAlert -> bool
參數
這個方法運作所在的 實例。
- mapTemplate
- CPMapTemplate
要查詢之地圖的範本。
- navigationAlert
- CPNavigationAlert
要查詢的導覽警示。
傳回
true
如果應該顯示導覽警示,則為 。 否則為 false
。