共用方式為


BarcodeSymbologyDecodeLengthKind 列舉

定義

條碼符號系統可支援的解碼長度類型。

public enum class BarcodeSymbologyDecodeLengthKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class BarcodeSymbologyDecodeLengthKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum BarcodeSymbologyDecodeLengthKind
var value = Windows.Devices.PointOfService.BarcodeSymbologyDecodeLengthKind.anyLength
Public Enum BarcodeSymbologyDecodeLengthKind
繼承
BarcodeSymbologyDecodeLengthKind
屬性

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

欄位

AnyLength 0

解碼任何數位的長度。

Discrete 1

解碼 DecodeLength1DecodeLength2單位元組字元的長度。

Range 2

解碼 DecodeLength1DecodeLength2單位元組字元之間的長度。 DecodeLength1DecodeLength2的順序並不重要, (可能高於或低於其他) 。

適用於