BarcodeScanner.GetSupportedSymbologiesAsync Method

Definition

Gets the symbologies supported by the claimed barcode scanner.

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

Returns

IAsyncOperation<IVectorView<UInt32>>

IAsyncOperation<IReadOnlyList<UInt32>>

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

IAsyncOperation<IVectorView<uint32_t>>

When the method completes successfully, it returns a list of values that represent the symbologies supported by the device.

Attributes

Applies to