ToastNotifier.Hide(ToastNotification) Methode

Definition

Entfernt die angegebene Popupbenachrichtigung vom Bildschirm.

public:
 virtual void Hide(ToastNotification ^ notification) = Hide;
void Hide(ToastNotification const& notification);
public void Hide(ToastNotification notification);
function hide(notification)
Public Sub Hide (notification As ToastNotification)

Parameter

notification
ToastNotification

Das -Objekt, das das auszublendende Popup angibt.

Hinweise

Rufen Sie Ausblenden auf, wenn die Situation oder Aktion, die dazu geführt hat, dass die App das Popup ausgelöst hat, kein Problem mehr ist. Diese Methode sollte nur aufgerufen werden, wenn sich die App im Vordergrund befindet.

Für Windows Phone 8.x-App: Diese Methode entfernt auch die Popupbenachrichtigung aus dem Info-Center.

Gilt für: