CurrentAppOrchestration
CurrentAppOrchestration
CurrentAppOrchestration
CurrentAppOrchestration
Class
Definition
Represents the orchestration for the current app.
public sealed class CurrentAppOrchestrationpublic sealed class CurrentAppOrchestrationPublic NotInheritable Class CurrentAppOrchestrationpublic sealed class CurrentAppOrchestration
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
Windows Desktop Extension SDK (introduced v10.0.10586.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
Windows.Management.Orchestration.OrchestrationContract (introduced v1)
|
Methods
GetForCurrentView() GetForCurrentView() GetForCurrentView() GetForCurrentView()
Gets the current app orchestration for the current view.
public static CurrentAppOrchestration GetForCurrentView()public static CurrentAppOrchestration GetForCurrentView()Public Static Function GetForCurrentView() As CurrentAppOrchestrationpublic static CurrentAppOrchestration GetForCurrentView()
Returns
The current app orchestration for the current view.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
Windows Desktop Extension SDK (introduced v10.0.10586.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
Windows.Management.Orchestration.OrchestrationContract (introduced v1)
|
StartSingleAppMode() StartSingleAppMode() StartSingleAppMode() StartSingleAppMode()
Start the current app orchestration in single app mode.
public SingleAppModeContext StartSingleAppMode()public SingleAppModeContext StartSingleAppMode()Public Function StartSingleAppMode() As SingleAppModeContextpublic SingleAppModeContext StartSingleAppMode()
Returns
The context in which the current app orchestration has been started.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
Windows Desktop Extension SDK (introduced v10.0.10586.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
Windows.Management.Orchestration.OrchestrationContract (introduced v1)
|