CameraSettingsActivatedEventArgs class

This topic has not yet been rated - Rate this topic

Enables a camera settings app to handle the activation parameters for the app.

JavaScript:  This type appears as WebUICameraSettingsActivatedEventArgs.

Syntax


public sealed class CameraSettingsActivatedEventArgs : Object,
    ICameraSettingsActivatedEventArgs,
    IActivatedEventArgs

Attributes

MarshalingBehaviorAttribute(Agile)
VersionAttribute(NTDDI_WIN8)

Members

The CameraSettingsActivatedEventArgs class has these types of members:

Methods

The CameraSettingsActivatedEventArgs class inherits methods from the Object class.

Properties

The CameraSettingsActivatedEventArgs class has these properties.

PropertyAccess typeDescription

Kind

Read-onlyGets the activation type.

PreviousExecutionState

Read-onlyGets the execution state of the app before it was activated.

SplashScreen

Read-onlyGets the splash screen object which provides information about the transition from the splash screen to the activated app.

VideoDeviceController

Read-onlyGets the object that controls device settings on the camera.

VideoDeviceExtension

Read-onlyGets the object that implements additional extended settings for the camera.

 

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

Windows.ApplicationModel.Activation
Windows::ApplicationModel::Activation [C++]

Metadata

Windows.winmd

See also

Windows.UI.Core.CoreApplicationView.Activated
CameraCaptureUI
Windows 8 device app for camera sample
Developing Windows Store device apps for cameras

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.