BadgeUpdater.Update(BadgeNotification) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menerapkan perubahan pada glyph atau angka lencana.
public:
virtual void Update(BadgeNotification ^ notification) = Update;
void Update(BadgeNotification const& notification);
public void Update(BadgeNotification notification);
function update(notification)
Public Sub Update (notification As BadgeNotification)
Parameter
- notification
- BadgeNotification
Objek yang menyediakan definisi XML baru untuk lencana.
Contoh
Contoh berikut menunjukkan penggunaan Pembaruan untuk mengirim pembaruan lencana numerik ke ubin aplikasi panggilan.
function sendBadgeNotification() {
var Notifications = Windows.UI.Notifications;
var badgeXml;
var badgeAttributes;
// Get an XML DOM version of a specific template by using getTemplateContent.
badgeXml = Notifications.BadgeUpdateManager.getTemplateContent(Notifications.BadgeTemplateType.badgeNumber);
badgeAttributes = badgeXml.getElementsByTagName("badge");
badgeAttributes[0].setAttribute("value", "7");
// Create a badge notification from the XML content.
var badgeNotification = new Notifications.BadgeNotification(badgeXml);
// Send the badge notification to the app's tile.
Notifications.BadgeUpdateManager.createBadgeUpdaterForApplication().update(badgeNotification);
}
Berlaku untuk
Lihat juga
- Sampel petak peta dan lencana aplikasi
- Panduan dan daftar periksa petak peta dan lencana
- Cara menghapus lencana
- Cara mengirim lencana glyph atau numerik di pemberitahuan lokal
- Cara menyiapkan pemberitahuan berkala untuk lencana
- Cara memperbarui lencana melalui pemberitahuan push
- Skema XML lencana
- Gambaran umum lencana