次の方法で共有


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 で導入)

適用対象