ExtendedExecutionForegroundReason Enumeration

Definition

Beschreibt den Grund für die erweiterte Ausführungsanforderung.

public enum class ExtendedExecutionForegroundReason
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ExtendedExecutionForegroundReason
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ExtendedExecutionForegroundReason
var value = Windows.ApplicationModel.ExtendedExecution.Foreground.ExtendedExecutionForegroundReason.unspecified
Public Enum ExtendedExecutionForegroundReason
Vererbung
ExtendedExecutionForegroundReason
Attribute

Windows-Anforderungen

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

Felder

BackgroundAudio 2

Zum Wiedergeben von Audio.

SavingData 1

Zum Speichern von Daten.

Unconstrained 3

Zum Ausführen einer Aufgabe, die eine längere Ausführungszeit erfordert.

Unspecified 0

Kein Grund angegeben.

Gilt für: