AppNotificationManager.Show(AppNotification) 메서드

정의

알림 센터에 지정된 앱 알림을 표시합니다.

참고

AppNotificationManager 클래스는 Singleton 패키지에 종속됩니다. 이러한 종속성 때문에 자체 포함 앱에서 이러한 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 개체입니다.

설명

중요

표시를 호출하기 전에 앱에서 Register를 호출해야 합니다.

적용 대상