Bahasa

AppNotification.Progress Properti

Definisi

Mendapatkan atau mengatur informasi tentang kemajuan pemberitahuan aplikasi.

public:
 property AppNotificationProgressData ^ Progress { AppNotificationProgressData ^ get(); void set(AppNotificationProgressData ^ value); };
AppNotificationProgressData Progress();

void Progress(AppNotificationProgressData value);
public AppNotificationProgressData Progress { get; set; }
var appNotificationProgressData = appNotification.progress;
appNotification.progress = appNotificationProgressData;
Public Property Progress As AppNotificationProgressData

Nilai Properti

Objek AppNotificationProgressData yang berisi informasi tentang kemajuan pemberitahuan aplikasi.

Berlaku untuk

Lihat juga