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