PackageStatus.IsPartiallyStaged 属性

定义

指示包是否部分暂存在。

public:
 property bool IsPartiallyStaged { bool get(); };
bool IsPartiallyStaged();
public bool IsPartiallyStaged { get; }
var boolean = packageStatus.isPartiallyStaged;
Public ReadOnly Property IsPartiallyStaged As Boolean

属性值

Boolean

bool

True 表示包已部分暂暂; 否则为 false

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

适用于