BarcodeScannerReport.ScanDataType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得解碼的條碼標籤類型。 可能的值定義在 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
屬性值
特定的條碼符號系統。
備註
此屬性的傳回值取決於 IsDecodeDataEnabled 屬性的值。 如果 IsDecodeDataEnabled 為 true,這個屬性會包含條碼符號系統。 如果 IsDecodeDataEnabled 為 false,這個屬性會包含 BarcodeSymbology.Unknown 值。