共用方式為


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>

要使用的特定符號系統。

傳回

這個方法完成時不會傳回任何物件或值。

屬性

適用於