共用方式為


VideoDeviceController.InfraredTorchControl 屬性

定義

取得所選視訊裝置的基礎結構手電筒筒控制項。

public:
 property InfraredTorchControl ^ InfraredTorchControl { InfraredTorchControl ^ get(); };
InfraredTorchControl InfraredTorchControl();
public InfraredTorchControl InfraredTorchControl { get; }
var infraredTorchControl = videoDeviceController.infraredTorchControl;
Public ReadOnly Property InfraredTorchControl As InfraredTorchControl

屬性值

基礎結構手電筒筒控制項。

Windows 需求

裝置系列
Windows 10, version 1903 (已於 10.0.18362.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v8.0 引進)

備註

使用 InfraredTorchControl.IsSupported 屬性來判斷選取的視訊裝置實際支援此控制項。

適用於

另請參閱