BarcodeScanner.GetSupportedSymbologiesAsync 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.
Obtient les symbologies prises en charge par le scanneur de codes-barres revendiqué.
public:
virtual IAsyncOperation<IVectorView<unsigned int> ^> ^ GetSupportedSymbologiesAsync() = GetSupportedSymbologiesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<uint32_t>> GetSupportedSymbologiesAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<uint>> GetSupportedSymbologiesAsync();
function getSupportedSymbologiesAsync()
Public Function GetSupportedSymbologiesAsync () As IAsyncOperation(Of IReadOnlyList(Of UInteger))
Retours
Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView>
IAsyncOperation<IVectorView<uint32_t>>
Une fois la méthode terminée, elle retourne une liste de valeurs qui représentent les symbologies prises en charge par l’appareil.
- Attributs