共用方式為


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 物件。

適用於