ICameraSettingsActivatedEventArgs.VideoDeviceController Property
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.
Gets the object that controls device settings on the camera.
public:
property Platform::Object ^ VideoDeviceController { Platform::Object ^ get(); };
IInspectable VideoDeviceController();
public object VideoDeviceController { get; }
var object = iCameraSettingsActivatedEventArgs.videoDeviceController;
Public ReadOnly Property VideoDeviceController As Object
Property Value
The object that controls device settings on the camera.