共用方式為


GipFirmwareUpdateProgress 結構

定義

指出韌體更新作業的進度。

public value class GipFirmwareUpdateProgress
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
struct GipFirmwareUpdateProgress
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public struct GipFirmwareUpdateProgress
var gipFirmwareUpdateProgress = {
percentCompleted : /* Your value */,
currentComponentId : /* Your value */
}
Public Structure GipFirmwareUpdateProgress
繼承
GipFirmwareUpdateProgress
屬性

Windows 需求

規格需求 Description
裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)

欄位

名稱 Description
CurrentComponentId

正在更新之目前元件的識別碼。

PercentCompleted

完成作業的百分比。

適用於