WebUIBackgroundTaskInstanceRuntimeClass.Progress プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
バックグラウンド タスク インスタンスの進行状況を取得または設定します。
public:
property unsigned int Progress { unsigned int get(); void set(unsigned int value); };
uint32_t Progress();
void Progress(uint32_t value);
public uint Progress { get; set; }
var uInt32 = webUIBackgroundTaskInstanceRuntimeClass.progress;
webUIBackgroundTaskInstanceRuntimeClass.progress = uInt32;
Public Property Progress As UInteger
プロパティ値
タスクの進行状況を示すためにアプリケーションによって定義される値。