Compartilhar via


AppNotification.Progress Propriedade

Definição

Obtém ou define informações sobre o progresso da notificação do aplicativo.

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

Valor da propriedade

Um objeto AppNotificationProgressData que contém informações sobre o progresso da notificação do aplicativo.

Aplica-se a

Confira também