次の方法で共有


IBackgroundTaskInstance.Progress プロパティ

定義

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

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 = iBackgroundTaskInstance.progress;
iBackgroundTaskInstance.progress = uInt32;
Public Property Progress As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

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

適用対象