AppInstallType 列挙型

定義

AppInstallItem クラスの InstallType プロパティによって返されるさまざまなアプリ インストールの種類を定義します。

public enum class AppInstallType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AppInstallType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AppInstallType
var value = Windows.ApplicationModel.Store.Preview.InstallControl.AppInstallType.install
Public Enum AppInstallType
継承
AppInstallType
属性

Windows の要件

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

フィールド

Install 0

アプリがインストールされています。

Repair 2

アプリのインストールが修復中です。

Update 1

アプリが更新中です。

適用対象