CameraSettingsActivatedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables a camera settings app to handle the activation parameters for the app.
JavaScript This type appears as WebUICameraSettingsActivatedEventArgs.
public ref class CameraSettingsActivatedEventArgs sealed : IActivatedEventArgs, ICameraSettingsActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ActivationCameraSettingsContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CameraSettingsActivatedEventArgs final : IActivatedEventArgs, ICameraSettingsActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ActivationCameraSettingsContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CameraSettingsActivatedEventArgs : IActivatedEventArgs, ICameraSettingsActivatedEventArgs
Public NotInheritable Class CameraSettingsActivatedEventArgs
Implements IActivatedEventArgs, ICameraSettingsActivatedEventArgs
- Inheritance
- Attributes
- Implements
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.ApplicationModel.Activation.ActivationCameraSettingsContract (introduced in v1.0)
|
Properties
Kind |
Gets the activation type. |
PreviousExecutionState |
Gets the execution state of the app before it was activated. |
SplashScreen |
Gets the splash screen object which provides information about the transition from the splash screen to the activated app. |
VideoDeviceController |
Gets the object that controls device settings on the camera. |
VideoDeviceExtension |
Gets the object that implements additional extended settings for the camera. |