共用方式為


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

True 是表示 如果目前的應用程式安裝是應用程式套件組合的一部分,因此暫停或取消應用程式安裝可能會影響安裝佇列中的其他專案;否則為 false。

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)
應用程式功能
runFullTrust

適用於