ClaimedBarcodeScanner.IsVideoPreviewShownOnEnable 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 s’il faut afficher la fenêtre d’aperçu vidéo lorsque le scanneur de codes-barres est activé.
public:
property bool IsVideoPreviewShownOnEnable { bool get(); void set(bool value); };
bool IsVideoPreviewShownOnEnable();
void IsVideoPreviewShownOnEnable(bool value);
public bool IsVideoPreviewShownOnEnable { get; set; }
var boolean = claimedBarcodeScanner.isVideoPreviewShownOnEnable;
claimedBarcodeScanner.isVideoPreviewShownOnEnable = boolean;
Public Property IsVideoPreviewShownOnEnable As Boolean
Valeur de propriété
Boolean
bool
True si la fenêtre d’aperçu vidéo s’affiche ; sinon, false.
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1803 (introduit dans 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v6.0)
|