CameraSettingsActivatedEventArgs
CameraSettingsActivatedEventArgs
CameraSettingsActivatedEventArgs
CameraSettingsActivatedEventArgs
Class
Definition
Enables a camera settings app to handle the activation parameters for the app.
JavaScript This type appears as WebUICameraSettingsActivatedEventArgs.
public : sealed class CameraSettingsActivatedEventArgs : IActivatedEventArgs, ICameraSettingsActivatedEventArgspublic sealed class CameraSettingsActivatedEventArgs : IActivatedEventArgs, ICameraSettingsActivatedEventArgsPublic NotInheritable Class CameraSettingsActivatedEventArgs Implements IActivatedEventArgs, ICameraSettingsActivatedEventArgs// 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)
|
Properties
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.
Note
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.
- See Also
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.
SplashScreen SplashScreen SplashScreen SplashScreen
Gets the splash screen object which 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.
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.