DeploymentProgress Struktur

Definition

Enthält Statusinformationen für die Bereitstellungsanforderung.

public value class DeploymentProgress
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
struct DeploymentProgress
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public struct DeploymentProgress
var deploymentProgress = {
state : /* Your value */,
percentage : /* Your value */
}
Public Structure DeploymentProgress
Vererbung
DeploymentProgress
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Felder

percentage

Der Statusprozentsatz der Bereitstellungsanforderung.

state

Der Statusstatus der Bereitstellungsanforderung.

Gilt für:

Weitere Informationen