BarcodeScannerCapabilities.IsSoftwareTriggerSupported 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.
Indique si le scanneur de codes-barres prend en charge la fonctionnalité de déclencheur logiciel.
public:
property bool IsSoftwareTriggerSupported { bool get(); };
bool IsSoftwareTriggerSupported();
public bool IsSoftwareTriggerSupported { get; }
var boolean = barcodeScannerCapabilities.isSoftwareTriggerSupported;
Public ReadOnly Property IsSoftwareTriggerSupported As Boolean
Valeur de propriété
Boolean
bool
True si le déclencheur logiciel est pris en charge ; sinon, false.