InfoBarSeverity 枚举

定义

定义常量,这些常量指示显示的 InfoBar 的严重性。

public enum class InfoBarSeverity
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
/// [Windows.Foundation.Metadata.Version(1)]
enum class InfoBarSeverity
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
enum class InfoBarSeverity
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
[Windows.Foundation.Metadata.Version(1)]
public enum InfoBarSeverity
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public enum InfoBarSeverity
Public Enum InfoBarSeverity
继承
InfoBarSeverity
属性
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute VersionAttribute ContractVersionAttribute

字段

Error 3

告知 InfoBar 显示有关已发生的错误或问题的信息。 对于辅助技术,它们将遵循NotificationProcessing_ImportantAll常量中设置的行为。

Informational 0

告知 InfoBar 显示需要用户注意的常规信息。 对于辅助技术,它们将遵循Processing_All常量中设置的行为。

Success 1

告知 InfoBar 显示有关已成功完成的长期运行和/或后台任务的信息。 对于辅助技术,它们将遵循Processing_All常量中设置的行为。

Warning 2

告知 InfoBar 显示有关将来可能导致问题的条件的信息。 对于辅助技术,它们将遵循NotificationProcessing_ImportantAll常量中设置的行为。

示例

提示

有关详细信息、设计指南和代码示例,请参阅 InfoBar

WinUI 3 库应用包括大多数 WinUI 3 控件、特性和功能的交互式示例。 通过 Microsoft Store 获取应用,或在 GitHub 上获取源代码。

适用于

另请参阅