次の方法で共有


AppInstallStatus.ReadyForLaunch プロパティ

定義

アプリがまだインストールを完了していない場合でも、アプリを起動できるかどうかを示す値を取得します。

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

プロパティ値

Boolean

bool

True を指定すると、アプリを起動できます。それ以外の場合は false。

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)
アプリの機能
runFullTrust

適用対象