Freigeben über


WalletBarcode Konstruktoren

Definition

Überlädt

WalletBarcode(IRandomAccessStreamReference)

Achtung

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

Initialisiert eine neue instance der WalletBarcode-Klasse.

WalletBarcode(WalletBarcodeSymbology, String)

Achtung

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

Initialisiert eine neue instance der WalletBarcode-Klasse.

WalletBarcode(IRandomAccessStreamReference)

Achtung

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

Initialisiert eine neue instance der WalletBarcode-Klasse.

public:
 WalletBarcode(IRandomAccessStreamReference ^ streamToBarcodeImage);
 WalletBarcode(IRandomAccessStreamReference const& streamToBarcodeImage);
/// [Windows.Foundation.Metadata.Deprecated("IWalletBarcodeFactory is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
 WalletBarcode(IRandomAccessStreamReference const& streamToBarcodeImage);
public WalletBarcode(IRandomAccessStreamReference streamToBarcodeImage);
[Windows.Foundation.Metadata.Deprecated("IWalletBarcodeFactory is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
public WalletBarcode(IRandomAccessStreamReference streamToBarcodeImage);
function WalletBarcode(streamToBarcodeImage)
Public Sub New (streamToBarcodeImage As IRandomAccessStreamReference)

Parameter

streamToBarcodeImage
IRandomAccessStreamReference

Ein Stream, der das Barcodeimage darstellt.

Attribute

Weitere Informationen

Gilt für:

WalletBarcode(WalletBarcodeSymbology, String)

Achtung

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

Initialisiert eine neue instance der WalletBarcode-Klasse.

public:
 WalletBarcode(WalletBarcodeSymbology symbology, Platform::String ^ value);
 WalletBarcode(WalletBarcodeSymbology const& symbology, winrt::hstring const& value);
/// [Windows.Foundation.Metadata.Deprecated("IWalletBarcodeFactory is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
 WalletBarcode(WalletBarcodeSymbology const& symbology, winrt::hstring const& value);
public WalletBarcode(WalletBarcodeSymbology symbology, string value);
[Windows.Foundation.Metadata.Deprecated("IWalletBarcodeFactory is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
public WalletBarcode(WalletBarcodeSymbology symbology, string value);
function WalletBarcode(symbology, value)
Public Sub New (symbology As WalletBarcodeSymbology, value As String)

Parameter

symbology
WalletBarcodeSymbology

Der Symbologietyp für diesen Barcode. Verwenden Sie eine der unterstützten Symbologien, z. B . Upca. Legen Sie nicht auf Ungültig oder Benutzerdefiniert fest.

value
String

Platform::String

winrt::hstring

Die Nachricht (Wert), die der Barcode darstellt.

Attribute

Weitere Informationen

Gilt für: