DeploymentProgress Struktur

Definisi

Berisi informasi kemajuan untuk permintaan penyebaran.

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
Warisan
DeploymentProgress
Atribut

Persyaratan Windows

Rangkaian perangkat
Windows 10 (diperkenalkan dalam 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (diperkenalkan dalam v1.0)

Bidang

percentage

Persentase kemajuan permintaan penyebaran.

state

Status kemajuan permintaan penyebaran.

Berlaku untuk

Lihat juga