BarcodeScanner.GetSupportedSymbologiesAsync Método

Definición

Obtiene las simbologías admitidas por el escáner de códigos de barras reclamado.

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))

Devoluciones

IAsyncOperation<IVectorView<UInt32>>

IAsyncOperation<IReadOnlyList<UInt32>>

Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView>

IAsyncOperation<IVectorView<uint32_t>>

Cuando el método se completa correctamente, devuelve una lista de valores que representan las simbologías admitidas por el dispositivo.

Atributos

Se aplica a