AppInstallItem.ItemOperationsMightAffectOtherItems 属性

定义

指示当前应用安装是否属于应用捆绑包,因此暂停或取消应用安装可能会影响安装队列中的其他项。

public:
 property bool ItemOperationsMightAffectOtherItems { bool get(); };
bool ItemOperationsMightAffectOtherItems();
public bool ItemOperationsMightAffectOtherItems { get; }
var boolean = appInstallItem.itemOperationsMightAffectOtherItems;
Public ReadOnly Property ItemOperationsMightAffectOtherItems As Boolean

属性值

Boolean

bool

如此 如果当前应用安装是应用捆绑包的一部分,因此暂停或取消应用安装可能会影响安装队列中的其他项;否则为 false。

Windows 要求

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

适用于