GipFirmwareUpdateProgress Struktur

Definition

Gibt den Fortschritt eines Firmwareupdatevorgangs an.

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
Vererbung
GipFirmwareUpdateProgress
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)

Felder

CurrentComponentId

Die ID der aktuellen Komponente, die aktualisiert wird.

PercentCompleted

Prozentsatz des vorgangs, der abgeschlossen ist.

Gilt für: