BarcodeScannerSetActiveSymbologiesRequest.Symbologies Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The specific symbologies to use.