IRestrictedLaunchActivatedEventArgs
IRestrictedLaunchActivatedEventArgs
IRestrictedLaunchActivatedEventArgs
IRestrictedLaunchActivatedEventArgs
Interface
Definition
Provides event information when a restricted app is launched.
public : interface IRestrictedLaunchActivatedEventArgspublic interface IRestrictedLaunchActivatedEventArgsPublic Interface IRestrictedLaunchActivatedEventArgs// You can use this interface in JavaScript.
- Inheritance
-
IRestrictedLaunchActivatedEventArgsIRestrictedLaunchActivatedEventArgsIRestrictedLaunchActivatedEventArgsIRestrictedLaunchActivatedEventArgs
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited properties
Properties
SharedContext SharedContext SharedContext SharedContext
Gets information about a shared context for the restricted launch.
public : PlatForm::Object SharedContext { get; }public object SharedContext { get; }Public ReadOnly Property SharedContext As object// You can use this property in JavaScript.
- Value
- PlatForm::Object object object object
The object that provides shared context information.