Condividi tramite


GuidanceUpdatedEventArgs.AfterNextManeuver Proprietà

Definizione

Ottiene la manovra che segue NextManeuver.

Nota

Questa API non è disponibile per tutte le app di Windows. A meno che l'account per sviluppatore non venga effettuato appositamente da Microsoft, le chiamate a questa API avranno esito negativo in fase di esecuzione. Per altre informazioni sullo spazio dei nomi Windows.Services.Maps.Guidance , rivolgersi al rappresentante del team dell'account Microsoft.

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

Valore della proprietà

La manovra che segue NextManeuver.

Si applica a