ICameraSettingsActivatedEventArgs Interface
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.
public interface class ICameraSettingsActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ActivationCameraSettingsContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(4217873672, 11693, 18698, 145, 112, 220, 160, 54, 235, 17, 75)]
struct ICameraSettingsActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ActivationCameraSettingsContract), 65536)]
[Windows.Foundation.Metadata.Guid(4217873672, 11693, 18698, 145, 112, 220, 160, 54, 235, 17, 75)]
public interface ICameraSettingsActivatedEventArgs : IActivatedEventArgs
Public Interface ICameraSettingsActivatedEventArgs
Implements IActivatedEventArgs
- Derived
- 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)
|
Remarks
Interface inheritance
ICameraSettingsActivatedEventArgs inherits IActivatedEventArgs. Types that implement ICameraSettingsActivatedEventArgs also implement the interface members of IActivatedEventArgs.
Properties
Kind |
Gets the reason that this app is being activated. (Inherited from IActivatedEventArgs) |
PreviousExecutionState |
Gets the execution state of the app before this activation. (Inherited from IActivatedEventArgs) |
SplashScreen |
Gets the splash screen object that provides information about the transition from the splash screen to the activated app. (Inherited from IActivatedEventArgs) |
VideoDeviceController |
Gets the object that controls device settings on the camera. |
VideoDeviceExtension |
Gets the object that implements additional extended settings for the camera. |