BarcodeScannerSetActiveSymbologiesRequest.Symbologies Property

Definition

Gets the barcode symbologies for the device to use.

public:
 property IVectorView<unsigned int> ^ Symbologies { IVectorView<unsigned int> ^ get(); };
IVectorView<uint32_t> Symbologies();
public IReadOnlyList<uint> Symbologies { get; }
var iVectorView = barcodeScannerSetActiveSymbologiesRequest.symbologies;
Public ReadOnly Property Symbologies As IReadOnlyList(Of UInteger)

Property Value

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

The specific symbologies to use.

Applies to