Freigeben über


WalletBarcode.Symbology Eigenschaft

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.

Ruft die vom Barcode verwendete Symbologie ab.

public:
 property WalletBarcodeSymbology Symbology { WalletBarcodeSymbology get(); };
WalletBarcodeSymbology Symbology();
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletBarcode is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
WalletBarcodeSymbology Symbology();
public WalletBarcodeSymbology Symbology { get; }
public WalletBarcodeSymbology Symbology { [Windows.Foundation.Metadata.Deprecated("IWalletBarcode is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] get; }
var walletBarcodeSymbology = walletBarcode.symbology;
Public ReadOnly Property Symbology As WalletBarcodeSymbology

Eigenschaftswert

Die Symbologie des Balkencodes.

Attribute

Hinweise

Eine Symbologie ist die Konvention, die die Zuordnung zwischen Barcodes und den Nachrichten definiert, die sie darstellen. Barcodes für Brieftaschenelemente unterstützen mehrere der gängigsten Barcodesymbologien, wie durch die Werte in WalletBarcodeSymbology definiert. Für andere Symbologien können Sie Ihr eigenes Barcodebild bereitstellen (erstellen Sie mit WalletBarcode(IRandomAccessStreamReference)).

Gilt für:

Weitere Informationen