Share via


BarcodeScanner.GetSupportedSymbologiesAsync method (Handheld 8)

2/18/2014

Gets the symbologies supported by the claimed barcode scanner.

Syntax

public IAsyncOperation<IReadOnlyList> GetSupportedSymbologiesAsync()
Public Function GetSupportedSymbologiesAsync() As IAsyncOperation(Of IReadOnlyList)
public:
IAsyncOperation<IVectorView>^ GetSupportedSymbologiesAsync()

Parameters

This method has no parameters.

Return value

Type: IAsyncOperation<IVectorView>

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

See Also

Reference

BarcodeScanner class
ClaimedBarcodeScanner class