次の方法で共有


BarcodeScannerReport.ScanDataType プロパティ

定義

デコードされたバーコード ラベルの種類を取得します。 使用できる値は BarcodeSymbologies クラスで定義されています。

public:
 property unsigned int ScanDataType { unsigned int get(); };
uint32_t ScanDataType();
public uint ScanDataType { get; }
var uInt32 = barcodeScannerReport.scanDataType;
Public ReadOnly Property ScanDataType As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

特定のバーコード シンボル。

注釈

このプロパティの戻り値は 、IsDecodeDataEnabled プロパティの値によって異なります。 IsDecodeDataEnabled が true の場合、このプロパティにはバーコード シンボルが含まれます。 IsDecodeDataEnabled が false の場合、このプロパティには BarcodeSymbology.Unknown 値が含まれます。

適用対象