次の方法で共有


BarcodeSymbologyAttributesBuilder クラス

定義

バーコード シンボル属性のビルダーを表します。

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

Windows の要件

デバイス ファミリ
Windows 10, version 1803 (10.0.17134.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v6.0 で導入)

注釈

このオブジェクトは、バーコード シンボル属性オブジェクトを作成するために使用されます。

コンストラクター

BarcodeSymbologyAttributesBuilder()

BarcodeSymbologyAttributesBuilder のインスタンスを作成します。

プロパティ

IsCheckDigitTransmissionSupported

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

IsCheckDigitValidationSupported

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

IsDecodeLengthSupported

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

メソッド

CreateAttributes()

このクラスのプロパティから BarcodeSymbologyAttributes オブジェクトを作成します。

適用対象