InfraredTorchControl.CurrentMode Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le mode de fonctionnement actuel de la LED infrarouge.
public:
property InfraredTorchMode CurrentMode { InfraredTorchMode get(); void set(InfraredTorchMode value); };
InfraredTorchMode CurrentMode();
void CurrentMode(InfraredTorchMode value);
public InfraredTorchMode CurrentMode { get; set; }
var infraredTorchMode = infraredTorchControl.currentMode;
infraredTorchControl.currentMode = infraredTorchMode;
Public Property CurrentMode As InfraredTorchMode
Valeur de propriété
Mode de fonctionnement actuel de la LED infrarouge.