AppInfo.ExecutionContext Eigenschaft

Definition

Eine Enumeration, die den Ausführungskontext für die angegebene App darstellt. Werte können unbekannt, Host oder Gast sein. Auf Desktopgeräten ist dies Der Host.

public:
 property AppExecutionContext ExecutionContext { AppExecutionContext get(); };
AppExecutionContext ExecutionContext();
public AppExecutionContext ExecutionContext { get; }
var appExecutionContext = appInfo.executionContext;
Public ReadOnly Property ExecutionContext As AppExecutionContext

Eigenschaftswert

Windows-Anforderungen

Gerätefamilie
Windows 10, version 2104 (eingeführt in 10.0.20348.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v12.0)

Gilt für: