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
。