Freigeben über


AppInstallType Enumeration

Definition

Definiert die verschiedenen App-Installationstypen, die von der InstallType-Eigenschaft der AppInstallItem-Klasse zurückgegeben werden.

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
Vererbung
AppInstallType
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
App-Funktionen
runFullTrust

Felder

Install 0

Die App wird installiert.

Repair 2

Die App-Installation wird repariert.

Update 1

Die App wird aktualisiert.

Gilt für: