共用方式為


ManeuverWarningSeverity 列舉

定義

指定路線上潛在問題的嚴重性。

public enum class ManeuverWarningSeverity
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class ManeuverWarningSeverity
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum ManeuverWarningSeverity
Public Enum ManeuverWarningSeverity
繼承
ManeuverWarningSeverity
屬性

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

欄位

LowImpact 1

問題的影響很低。

Minor 2

此問題對次要層級的影響。

Moderate 3

此問題有中等程度的影響。

None 0

問題沒有任何影響。

Serious 4

此問題具有高階的影響。

適用於