次の方法で共有


AppInstallStatus.IsStaged プロパティ

定義

アプリの再起動が保留中かどうかを示す値を取得します。

public:
 property bool IsStaged { bool get(); };
bool IsStaged();
public bool IsStaged { get; }
var boolean = appInstallStatus.isStaged;
Public ReadOnly Property IsStaged As Boolean

プロパティ値

Boolean

bool

アプリの再起動が保留中の場合は True。それ以外の場合は false。

Windows の要件

デバイス ファミリ
Windows 10, version 1803 (10.0.17134.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v6.0 で導入)
アプリの機能
runFullTrust

注釈

このプロパティが True で、InstallState プロパティの値が Error の場合は、アプリが現在使用されているため、保留中の再起動がブロックされていることを意味します。

適用対象