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 中引入)

适用于