BarcodeSymbologyAttributesBuilder クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
バーコード シンボル属性のビルダーを表します。
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
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10, version 1803 (10.0.17134.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v6.0 で導入)
|
注釈
このオブジェクトは、バーコード シンボル属性オブジェクトを作成するために使用されます。
コンストラクター
BarcodeSymbologyAttributesBuilder() |
BarcodeSymbologyAttributesBuilder のインスタンスを作成します。 |
プロパティ
IsCheckDigitTransmissionSupported |
バーコード シンボルが、生データの一部としてチェック桁をクライアントに送信することをサポートするかどうかを取得または設定します。 |
IsCheckDigitValidationSupported |
バーコード シンボルがチェックディジット検証をサポートするかどうかを取得または設定します。 |
IsDecodeLengthSupported |
バーコード シンボルが複数のデコード長をサポートするかどうかを取得または設定します。 |
メソッド
CreateAttributes() |
このクラスのプロパティから BarcodeSymbologyAttributes オブジェクトを作成します。 |