VideoDeviceController.InfraredTorchControl Eigenschaft

Definition

Ruft das Infrarot-Taschenlampensteuerelement für das ausgewählte Videogerät ab.

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

Eigenschaftswert

Das Infrarot-Taschenlampen-Steuerelement.

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1903 (eingeführt in 10.0.18362.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v8.0)

Hinweise

Verwenden Sie die InfraredTorchControl.IsSupported-Eigenschaft , um festzustellen, ob dieses Steuerelement tatsächlich vom ausgewählten Videogerät unterstützt wird.

Gilt für:

Weitere Informationen