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 でソース コードを取得します。

適用対象

こちらもご覧ください