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 引進)

適用於