AppInstallItem.ItemOperationsMightAffectOtherItems 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出目前的應用程式安裝是否為應用程式套件組合的一部分,因此暫停或取消應用程式安裝可能會影響安裝佇列中的其他專案。
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
|