BarcodeSymbologyAttributesBuilder Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Stellt den Generator von Barcodesymbologieattributen dar.
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
- Vererbung
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10, version 1803 (eingeführt in 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v6.0)
|
Hinweise
Dieses Objekt wird zum Erstellen von Barcode-Symbologieattributen verwendet.
Konstruktoren
BarcodeSymbologyAttributesBuilder() |
Erstellt eine instance für BarcodeSymbologyAttributesBuilder. |
Eigenschaften
IsCheckDigitTransmissionSupported |
Ruft ab oder legt fest, ob die Barcodesymbologie die Übertragung der Prüfziffer an den Client als Teil der Rohdaten unterstützt. |
IsCheckDigitValidationSupported |
Ruft ab oder legt fest, ob die Barcodesymbologie die Überprüfung von Prüfziffern unterstützt. |
IsDecodeLengthSupported |
Ruft ab oder legt fest, ob die Barcodesymbologie mehrere Decodierungslängen unterstützt. |
Methoden
CreateAttributes() |
Erstellt ein BarcodeSymbologyAttributes-Objekt aus den Eigenschaften dieser Klasse. |