ClaimedBarcodeScanner.SetActiveSymbologiesAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定要使用的裝置條碼符號。
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
-
Windows.Foundation.Collections.IIterable
IIterable<uint32_t>
要使用的特定符號系統。
傳回
這個方法完成時不會傳回任何物件或值。
- 屬性