Share via


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에 대한 instance 만듭니다.

속성

IsCheckDigitTransmissionSupported

바코드 기호가 원시 데이터의 일부로 클라이언트에 검사 숫자 전송을 지원하는지 여부를 가져오거나 설정합니다.

IsCheckDigitValidationSupported

바코드 기호가 검사 숫자 유효성 검사를 지원하는지 여부를 가져오거나 설정합니다.

IsDecodeLengthSupported

바코드 기호가 여러 디코딩 길이를 지원하는지 여부를 가져오거나 설정합니다.

메서드

CreateAttributes()

이 클래스의 속성에서 BarcodeSymbologyAttributes 개체를 만듭니다.

적용 대상