AppNotificationManager.Show(AppNotification) 方法

定义

在操作中心中显示指定的应用通知。

注意

AppNotificationManager 类依赖于单一实例包。 由于这种依赖关系,如果要从 独立应用调用这些 API,需要注意一些注意事项。 有关详细信息和细节,请参阅 其他 MSIX 包上的依赖项

public:
 virtual void Show(AppNotification ^ notification) = Show;
void Show(AppNotification const& notification);
public void Show(AppNotification notification);
function show(notification)
Public Sub Show (notification As AppNotification)

参数

notification
AppNotification

表示要显示的通知的 AppNotification 对象。

注解

重要

应用在调用 Show 之前必须调用 Register

适用于