共用方式為


AppNotificationProgressData(UInt32) 建構函式

定義

使用指定的序號建立 AppNotificationProgressData 類別的實例。

public:
 AppNotificationProgressData(unsigned int sequenceNumber);
 AppNotificationProgressData(uint32_t const& sequenceNumber);
public AppNotificationProgressData(uint sequenceNumber);
function AppNotificationProgressData(sequenceNumber)
Public Sub New (sequenceNumber As UInteger)

參數

sequenceNumber
UInt32

unsigned int

uint32_t

指定進度資料更新順序的非零整數。 收到多個 AppNotificationProgressData 物件時,平臺會顯示具有最大非零數位的資料。

備註

呼叫 UpdateAsync來起始代理程式更新進度更新。

適用於