GuidanceManeuver.DepartureShortRoadName プロパティ

定義

操縦の開始時の道路の短い名前を取得します。 たとえば、"I-90" などの高速道路番号です。

注意

この API は、すべての Windows アプリで使用できるわけではありません。 開発者アカウントが Microsoft によって特別にプロビジョニングされていない限り、この API の呼び出しは実行時に失敗します。 Windows.Services.Maps.Guidance 名前空間の詳細については、Microsoft アカウント チームの担当者にお問い合わせください。

public:
 property Platform::String ^ DepartureShortRoadName { Platform::String ^ get(); };
winrt::hstring DepartureShortRoadName();
public string DepartureShortRoadName { get; }
var string = guidanceManeuver.departureShortRoadName;
Public ReadOnly Property DepartureShortRoadName As String

プロパティ値

String

Platform::String

winrt::hstring

操縦の開始時の道路の短い名前。

適用対象