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

由应用程序定义的值,用于指示任务的进度。

适用于