GuidanceUpdatedEventArgs.AfterNextManeuver 属性

定义

获取 NextManeuver后面的操作。

注意

此 API 不适用于所有 Windows 应用。 除非开发人员帐户是由Microsoft专门预配的,否则对此 API 的调用将在运行时失败。 有关 Windows.Services.Maps.Guidance 命名空间的详细信息,请与你的Microsoft帐户团队代表协作。

public:
 property GuidanceManeuver ^ AfterNextManeuver { GuidanceManeuver ^ get(); };
GuidanceManeuver AfterNextManeuver();
public GuidanceManeuver AfterNextManeuver { get; }
var guidanceManeuver = guidanceUpdatedEventArgs.afterNextManeuver;
Public ReadOnly Property AfterNextManeuver As GuidanceManeuver

属性值

接下来 NextManeuver的机动。

适用于