次の方法で共有


BackgroundTaskProgressEventArgs.Progress プロパティ

定義

バックグラウンド タスク インスタンスの進行状況を取得します。

public:
 property unsigned int Progress { unsigned int get(); };
uint32_t Progress();
public uint Progress { get; }
var uInt32 = backgroundTaskProgressEventArgs.progress;
Public ReadOnly Property Progress As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

タスクの進行状況を示すためにアプリケーションによって定義された値。

適用対象