CameraSettingsActivatedEventArgs Class

Definition

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
Object Platform::Object IInspectable CameraSettingsActivatedEventArgs
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.

Applies to

See also