ICameraSettingsActivatedEventArgs
ICameraSettingsActivatedEventArgs
ICameraSettingsActivatedEventArgs
ICameraSettingsActivatedEventArgs
Interface
Definition
Enables a camera settings app to handle the activation parameters for the app.
public : interface ICameraSettingsActivatedEventArgspublic interface ICameraSettingsActivatedEventArgsPublic Interface ICameraSettingsActivatedEventArgs// You can use this interface in JavaScript.
- Inheritance
-
ICameraSettingsActivatedEventArgsICameraSettingsActivatedEventArgsICameraSettingsActivatedEventArgsICameraSettingsActivatedEventArgs
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.ApplicationModel.Activation.ActivationCameraSettingsContract (introduced v1)
|
Inherited Members
Inherited properties
Remarks
Interface inheritance
ICameraSettingsActivatedEventArgs inherits IActivatedEventArgs. Types that implement ICameraSettingsActivatedEventArgs also implement the interface members of IActivatedEventArgs.
Properties
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.
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.