WebUICameraSettingsActivatedEventArgs
WebUICameraSettingsActivatedEventArgs
WebUICameraSettingsActivatedEventArgs
WebUICameraSettingsActivatedEventArgs
Class
Definition
Enables a camera settings app to handle the activation parameters for the app.
public : sealed class WebUICameraSettingsActivatedEventArgs : IActivatedEventArgs, ICameraSettingsActivatedEventArgs, IActivatedEventArgsDeferralpublic sealed class WebUICameraSettingsActivatedEventArgs : IActivatedEventArgs, ICameraSettingsActivatedEventArgs, IActivatedEventArgsDeferralPublic NotInheritable Class WebUICameraSettingsActivatedEventArgs Implements IActivatedEventArgs, ICameraSettingsActivatedEventArgs, IActivatedEventArgsDeferral// You can use this class in JavaScript.
- Attributes
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.ApplicationModel.Activation.ActivationCameraSettingsContract (introduced v1)
|
Remarks
This object is accessed when you implement an event handler for the WinJS.Application.Onactivated or the Windows.UI.WebUI.WebUIApplication.activated events when ActivationKind is cameraSettings.
Do not declare device capabilities for webcam or location. Those capabilities will cause a prompt for permissions to appear, which will obstruct the UI in your Windows Store app.
Note
: This class is not agile, which means that you need to consider its threading model and marshaling behavior. For more info, see Threading and Marshaling (C++/CX)
.
Properties
ActivatedOperation ActivatedOperation ActivatedOperation ActivatedOperation
Gets the app activated operation.
public : ActivatedOperation ActivatedOperation { get; }public ActivatedOperation ActivatedOperation { get; }Public ReadOnly Property ActivatedOperation As ActivatedOperation// You can use this property in JavaScript.
The activation operation.
Remarks
Do not declare device capabilities for webcam or location. Those capabilities will cause a prompt for permissions to appear, which will obstruct the UI in your Windows Store app.
Kind Kind Kind Kind
Gets the activation type.
public : ActivationKind Kind { get; }public ActivationKind Kind { get; }Public ReadOnly Property Kind As ActivationKind// You can use this property in JavaScript.
One of the enumeration values.
Remarks
If Kind is CameraSettings, the app should open using a flyout. If Kind is Launched, it should open full-screen.
Do not declare device capabilities for webcam or location. Those capabilities will cause a prompt for permissions to appear, which will obstruct the UI in your Windows Store app.
PreviousExecutionState PreviousExecutionState PreviousExecutionState PreviousExecutionState
Gets the execution state of the app before it was activated.
public : ApplicationExecutionState PreviousExecutionState { get; }public ApplicationExecutionState PreviousExecutionState { get; }Public ReadOnly Property PreviousExecutionState As ApplicationExecutionState// You can use this property in JavaScript.
- Value
- ApplicationExecutionState ApplicationExecutionState ApplicationExecutionState ApplicationExecutionState
One of the enumeration values.
Remarks
Do not declare device capabilities for webcam or location. Those capabilities will cause a prompt for permissions to appear, which will obstruct the UI in your Windows Store app.
SplashScreen SplashScreen SplashScreen SplashScreen
Gets the splash screen object that provides information about the transition from the splash screen to the activated app.
public : SplashScreen SplashScreen { get; }public SplashScreen SplashScreen { get; }Public ReadOnly Property SplashScreen As SplashScreen// You can use this property in JavaScript.
The object that provides splash screen information.
Remarks
Do not declare device capabilities for webcam or location. Those capabilities will cause a prompt for permissions to appear, which will obstruct the UI in your Windows Store app.
VideoDeviceController VideoDeviceController VideoDeviceController VideoDeviceController
Gets the object that controls device settings on the camera.
public : PlatForm::Object VideoDeviceController { get; }public object VideoDeviceController { get; }Public ReadOnly Property VideoDeviceController As object// You can use this property in JavaScript.
- Value
- PlatForm::Object object object object
The object that controls device settings on the camera.
Remarks
Do not declare device capabilities for webcam or location. Those capabilities will cause a prompt for permissions to appear, which will obstruct the UI in your Windows Store app.
VideoDeviceExtension VideoDeviceExtension VideoDeviceExtension VideoDeviceExtension
Gets the object that implements additional extended settings for the camera.
public : PlatForm::Object VideoDeviceExtension { get; }public object VideoDeviceExtension { get; }Public ReadOnly Property VideoDeviceExtension As object// You can use this property in JavaScript.
- Value
- PlatForm::Object object object object
An object implementing extended settings for the camera.
Remarks
Do not declare device capabilities for webcam or location. Those capabilities will cause a prompt for permissions to appear, which will obstruct the UI in your Windows Store app.