ClaimedBarcodeScanner.SetActiveSymbologiesAsync Method
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.
Sets the barcode symbologies for the device to use.
public:
virtual IAsyncAction ^ SetActiveSymbologiesAsync(IIterable<unsigned int> ^ symbologies) = SetActiveSymbologiesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetActiveSymbologiesAsync(IIterable<uint32_t> const& symbologies);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetActiveSymbologiesAsync(IEnumerable<uint> symbologies);
function setActiveSymbologiesAsync(symbologies)
Public Function SetActiveSymbologiesAsync (symbologies As IEnumerable(Of UInteger)) As IAsyncAction
Parameters
- symbologies
-
Windows.Foundation.Collections.IIterable<unsigned int>
IIterable<uint32_t>
The specific symbologies to use.
Returns
No object or value is returned when this method completes.
- Attributes