次の方法で共有


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

適用対象