Share via


ClaimedBarcodeScanner.GetSymbologyAttributesAsync(UInt32) Method

Definition

Gets the attributes of the specified barcode symbology.

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

Parameters

barcodeSymbology
UInt32

unsigned int

uint32_t

The barcode symbology.

Returns

A BarcodeSymbologyAttributes object, containing the attributes of the specified barcode symbology.

Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to