IBackgroundTaskInstance.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 = iBackgroundTaskInstance.progress;
iBackgroundTaskInstance.progress = uInt32;
Public Property Progress As UInteger
属性值
由应用程序定义的值,用于指示任务的进度。