Partager via


BarcodeScanner.GetSupportedSymbologiesAsync Méthode

Définition

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

IAsyncOperation<IVectorView<UInt32>>

IAsyncOperation<IReadOnlyList<UInt32>>

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

S’applique à