ClaimedBarcodeScanner.SetActiveSymbologiesAsync Methode

Definition

Legt die Barcodesymbologien für das Gerät fest, die verwendet werden sollen.

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

Parameter

symbologies

IIterable<UInt32>

IEnumerable<UInt32>

Windows.Foundation.Collections.IIterable

IIterable<uint32_t>

Die zu verwendenden spezifischen Symbologien.

Gibt zurück

Nach Abschluss dieser Methode wird kein Objekt oder Wert zurückgegeben.

Attribute

Gilt für: