ClaimedBarcodeScanner.GetSymbologyAttributesAsync(UInt32) Метод

Определение

Возвращает атрибуты указанной символики штрихкода.

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)

Параметры

barcodeSymbology
UInt32

unsigned int

uint32_t

Символы штрихкода.

Возвращаемое значение

Объект BarcodeSymbologyAttributes , содержащий атрибуты указанной символики штрихкода.

Атрибуты

Требования к Windows

Семейство устройств
Windows 10 Creators Update (появилось в 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (появилось в v4.0)

Применяется к