ScheduledToastNotification.SuppressPopup 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定快顯通知的快顯 UI 是否顯示在使用者的畫面上。
public:
property bool SuppressPopup { bool get(); void set(bool value); };
bool SuppressPopup();
void SuppressPopup(bool value);
public bool SuppressPopup { get; set; }
var boolean = scheduledToastNotification.suppressPopup;
scheduledToastNotification.suppressPopup = boolean;
Public Property SuppressPopup As Boolean
屬性值
Boolean
bool
設定為 true
以隱藏快顯訊息,否則為 false
。 預設值為 false
,表示會顯示快顯通知的快顯訊息。 將此屬性設定為 true
以無訊息方式將快顯通知放入控制中心。 這可讓您的應用程式與使用者通訊,而不會中斷使用者。
備註
舊版的注意事項
Windows 8.x請勿在傳送至 Windows 8.x 裝置的快顯通知中將此屬性
true
設定為 。 這樣做會導致編譯器錯誤或已卸載的通知。