Freigeben über


DeploymentStatus Enumeration

Definition

Stellt den Bereitstellungsstatus der Derzeit geladenen Windows App SDK-Laufzeit dar.

public enum class DeploymentStatus
/// [Windows.Foundation.Metadata.Version(1)]
enum class DeploymentStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.ApplicationModel.WindowsAppRuntime.DeploymentContract, 65536)]
enum class DeploymentStatus
[Windows.Foundation.Metadata.Version(1)]
public enum DeploymentStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.ApplicationModel.WindowsAppRuntime.DeploymentContract), 65536)]
public enum DeploymentStatus
var value = Microsoft.Windows.ApplicationModel.WindowsAppRuntime.DeploymentStatus.unknown
Public Enum DeploymentStatus
Vererbung
DeploymentStatus
Attribute

Felder

Ok 1

Die Windows App SDK-Laufzeit befindet sich in einem guten Bereitstellungszustand.

PackageInstallFailed 3

Fehler bei der Installation eines Pakets für die Windows App SDK-Laufzeit.

PackageInstallRequired 2

Eine Paketinstallation ist erforderlich, damit sich die Windows App SDK-Laufzeit in einem guten Bereitstellungszustand befindet.

Unknown 0

Die Windows App SDK-Laufzeit befindet sich in einem unbekannten Bereitstellungsstatus.

Gilt für:

Weitere Informationen