MapRouteManeuver.Warnings プロパティ

定義

ルート 区間に沿った潜在的な問題の一覧を取得します。

public:
 property IVectorView<ManeuverWarning ^> ^ Warnings { IVectorView<ManeuverWarning ^> ^ get(); };
IVectorView<ManeuverWarning> Warnings();
public IReadOnlyList<ManeuverWarning> Warnings { get; }
var iVectorView = mapRouteManeuver.warnings;
Public ReadOnly Property Warnings As IReadOnlyList(Of ManeuverWarning)

プロパティ値

ルート 区間に沿った潜在的な問題の一覧。

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

適用対象