BarcodeSymbologyAttributes クラス

定義

バーコード スキャナーシンボルの属性。

public ref class BarcodeSymbologyAttributes sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class BarcodeSymbologyAttributes final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class BarcodeSymbologyAttributes final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class BarcodeSymbologyAttributes
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class BarcodeSymbologyAttributes
Public NotInheritable Class BarcodeSymbologyAttributes
継承
Object Platform::Object IInspectable BarcodeSymbologyAttributes
属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

注釈

このオブジェクトは、 ClaimedBarcodeScanner.GetSymbologyAttributesAsync メソッドが完了したときに作成されます。

プロパティ

DecodeLength1

バーコード シンボルデコードの長さを決定するために使用する最初の値を取得または設定します。

DecodeLength2

バーコード シンボルデコードの長さを決定するために使用する 2 番目の値を取得または設定します。

DecodeLengthKind

バーコード シンボルで使用されるデコード長の種類を取得または設定します。

IsCheckDigitTransmissionEnabled

チェック桁を生データの一部としてホストに送信するかどうかを取得または設定します。

IsCheckDigitTransmissionSupported

バーコード シンボルが、生データの一部としてホストにチェック桁を送信することをサポートしているかどうかを取得します。

IsCheckDigitValidationEnabled

バーコードチェック数字が検証されるかどうかを取得します。

IsCheckDigitValidationSupported

バーコード シンボルがチェックディジット検証をサポートしているかどうかを取得します。

IsDecodeLengthSupported

バーコード シンボルが複数のデコード長をサポートしているかどうかを取得します。

適用対象