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

應用程式所定義的值,指出工作的進度。

適用於