ScheduledToastNotificationShowingEventArgs 类

定义

提供系统正在显示计划 Toast 通知时的信息。

public ref class ScheduledToastNotificationShowingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ScheduledToastNotificationShowingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ScheduledToastNotificationShowingEventArgs
Public NotInheritable Class ScheduledToastNotificationShowingEventArgs
继承
Object Platform::Object IInspectable ScheduledToastNotificationShowingEventArgs
属性

Windows 要求

设备系列
Windows 10, version 1809 (在 10.0.17763.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v7.0 中引入)

属性

Cancel

获取或设置 Windows 是否应执行通知的默认处理。

ScheduledToastNotification

获取正在显示的计划 Toast 通知。

方法

GetDeferral()

请求应用延迟显示计划的 Toast 通知。

适用于