Share via


WalletBarcodeSymbology Enumeration

Definition

Achtung

Der ApplicationModel.Wallet-Namespace wird nicht mehr unterstützt und wird bald veraltet sein. Entwickler werden empfohlen, die Verwendung dieses Namespaces zu vermeiden.

Stellt die Barcodesymbologietypen dar, die für ein WalletItem unterstützt werden.

public enum class WalletBarcodeSymbology
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class WalletBarcodeSymbology
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("WalletBarcodeSymbology is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
enum class WalletBarcodeSymbology
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum WalletBarcodeSymbology
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("WalletBarcodeSymbology is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
public enum WalletBarcodeSymbology
var value = Windows.ApplicationModel.Wallet.WalletBarcodeSymbology.invalid
Public Enum WalletBarcodeSymbology
Vererbung
WalletBarcodeSymbology
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Felder

Aztec 10

Verwendet die Aztec-Barcodesymbologie.

Code128 7

Verwendet die Code 128-Barcodesymbologie .

Code39 6

Verwendet die Code 39-Barcodesymbologie .

Custom 100000

Verwendet eine benutzerdefinierte Barcodesymbologie.

Ean13 3

Verwendet die EAN-13-Barcode-Symbologie .

Ean8 4

Verwendet die EAN-8-Barcodesymbologie .

Invalid 0

Ungültiger Barcodetyp.

Itf 5

Verwendet die ITF-Barcodesymbologie .

Pdf417 9

Verwendet die PDF417-Barcodesymbologie .

Qr 8

Verwendet die BARCODE-Symbologie des QR-Codes .

Upca 1

Verwendet die UPC-A-Barcodesymbologie .

Upce 2

Verwendet die UPC-E-Barcodesymbologie .

Hinweise

Jeder andere Wert als Invalid und Custom ermöglicht die Erstellung des Barcodeimages durch das System, wenn Sie GetImageAsync aufrufen. Verwenden Sie für Symbologien, die nicht in dieser Enumeration enthalten sind, den WalletBarcode(IRandomAccessStreamReference)- Konstruktor, und stellen Sie Ihr eigenes Image bereit.

Gilt für:

Weitere Informationen