BarcodeScannerProviderConnection.SupportedSymbologies Property

Definition

Gets the supported symbologies of the barcode scanner provider.

public:
 property IVector<unsigned int> ^ SupportedSymbologies { IVector<unsigned int> ^ get(); };
IVector<uint32_t> SupportedSymbologies();
public IList<uint> SupportedSymbologies { get; }
var iVector = barcodeScannerProviderConnection.supportedSymbologies;
Public ReadOnly Property SupportedSymbologies As IList(Of UInteger)

Property Value

IVector<UInt32>

IList<UInt32>

Windows.Foundation.Collections.IVector

IVector<uint32_t>

The supported symbologies.

Applies to