BarcodeScanner.IsSymbologySupportedAsync(UInt32) Méthode
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.
Détermine si la symbologie spécifiée est prise en charge par le scanneur de codes-barres.
public:
virtual IAsyncOperation<bool> ^ IsSymbologySupportedAsync(unsigned int barcodeSymbology) = IsSymbologySupportedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> IsSymbologySupportedAsync(uint32_t const& barcodeSymbology);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> IsSymbologySupportedAsync(uint barcodeSymbology);
function isSymbologySupportedAsync(barcodeSymbology)
Public Function IsSymbologySupportedAsync (barcodeSymbology As UInteger) As IAsyncOperation(Of Boolean)
Paramètres
- barcodeSymbology
-
UInt32
unsigned int
uint32_t
Symbologie de code-barres spécifique.
Retours
True si l’appareil prend en charge la symbologie spécifiée ; sinon, false.
- Attributs