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에서 도입되었습니다.)

적용 대상