DeploymentProgress 構造体

定義

デプロイ要求の進行状況情報が含まれます。

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
継承
DeploymentProgress
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

percentage

デプロイ要求の進行状況の割合。

state

デプロイ要求の進行状況。

適用対象

こちらもご覧ください