ClaimedBarcodeScanner.SetActiveSymbologiesAsync 方法

定义

设置设备要使用的条形码符号。

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

参数

symbologies

IIterable<UInt32>

IEnumerable<UInt32>

Windows.Foundation.Collections.IIterable

IIterable<uint32_t>

要使用的特定符号。

返回

此方法完成后,不会返回任何对象或值。

属性

适用于