共用方式為


Microsoft.Windows.AppNotifications.Builder 命名空間

提供 API,以程式設計方式產生 AppNotification的 XML 承載。

類別

AppNotificationBuilder

提供 API 來建立定義應用程式通知 UI 的 XML 字串。

AppNotificationButton

表示在應用程式通知上顯示的按鈕。

AppNotificationComboBox

代表顯示在應用程式通知上的下拉式方塊。

AppNotificationProgressBar

代表在應用程式通知上顯示的進度列。

AppNotificationTextProperties

指定應用程式通知上所顯示文字的顯示和當地語系化屬性。

列舉

AppNotificationAudioLooping

指定應用程式通知音訊的循環行為。

AppNotificationButtonStyle

指定可指派給 AppNotificationButton 的按鈕樣式,以提供一致的常見案例體驗。

AppNotificationDuration

指定顯示 AppNotification 的持續時間。

AppNotificationImageCrop

指定 AppNotification中影像的裁剪選項。

AppNotificationScenario

指定應用程式通知的案例,這會導致系統調整某些通知行為,以呈現指定案例的一致體驗。

AppNotificationSoundEvent

指定顯示應用程式通知時可以播放的系統音效事件。

範例

應用程式通知概觀

備註

應用程式通知是在 XML 字串中定義。 此命名空間提供 API,可讓您輕鬆地以程式設計方式產生 XML 承載。 這項功能包含在 Windows App SDK 中,旨在取代 UWP 社群工具組通知 nuget 套件中先前由 ToastContentBuilder 類別所提供的功能。

如需使用 AppNotificationBuilder API 來建立應用程式通知 UI 的指引,請參閱 應用程式通知內容

如需應用程式通知 XML 架構的參考資訊,請參閱 應用程式通知內容架構