次の方法で共有


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

進行状況データの更新順序を指定する 0 以外の整数。 複数 の AppNotificationProgressData オブジェクトを受信すると、プラットフォームはデータを最大のゼロ以外の数値で表示します。

注釈

UpdateAsync を呼び出して、アプリ通知の進行状況の更新を開始します。

適用対象