Partager via


ClaimedBarcodeScanner.SetSymbologyAttributesAsync Méthode

Définition

Définit les attributs de la symbologie de code-barres utilisée par le scanneur de codes-barres revendiqué.

public:
 virtual IAsyncOperation<bool> ^ SetSymbologyAttributesAsync(unsigned int barcodeSymbology, BarcodeSymbologyAttributes ^ attributes) = SetSymbologyAttributesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> SetSymbologyAttributesAsync(uint32_t const& barcodeSymbology, BarcodeSymbologyAttributes const& attributes);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> SetSymbologyAttributesAsync(uint barcodeSymbology, BarcodeSymbologyAttributes attributes);
function setSymbologyAttributesAsync(barcodeSymbology, attributes)
Public Function SetSymbologyAttributesAsync (barcodeSymbology As UInteger, attributes As BarcodeSymbologyAttributes) As IAsyncOperation(Of Boolean)

Paramètres

barcodeSymbology
UInt32

unsigned int

uint32_t

Symbologie du code-barres.

attributes
BarcodeSymbologyAttributes

Attributs de symbologie de code-barres.

Retours

True si les attributs de symbologie du code-barres ont été correctement définis ; sinon, false.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 Creators Update (introduit dans 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v4.0)

S’applique à