ClaimedBarcodeScanner.IsDecodeDataEnabled 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 ou définit une valeur booléenne qui indique s’il faut fournir les données décodées à l’objet de service.
public:
property bool IsDecodeDataEnabled { bool get(); void set(bool value); };
bool IsDecodeDataEnabled();
void IsDecodeDataEnabled(bool value);
public bool IsDecodeDataEnabled { get; set; }
var boolean = claimedBarcodeScanner.isDecodeDataEnabled;
claimedBarcodeScanner.isDecodeDataEnabled = boolean;
Public Property IsDecodeDataEnabled As Boolean
Valeur de propriété
Boolean
bool
Définissez sur true si des données décodées sont fournies à l’application ; sinon, false.