次の方法で共有


WalletBarcode コンストラクター

定義

オーバーロード

WalletBarcode(IRandomAccessStreamReference)

注意事項

ApplicationModel.Wallet 名前空間はサポートされなくなり、間もなく非推奨になります。 開発者は、この名前空間を使用しないようにすることをお勧めします。

WalletBarcode クラスの新しいインスタンスを初期化します。

WalletBarcode(WalletBarcodeSymbology, String)

注意事項

ApplicationModel.Wallet 名前空間はサポートされなくなり、間もなく非推奨になります。 開発者は、この名前空間を使用しないようにすることをお勧めします。

WalletBarcode クラスの新しいインスタンスを初期化します。

WalletBarcode(IRandomAccessStreamReference)

注意事項

ApplicationModel.Wallet 名前空間はサポートされなくなり、間もなく非推奨になります。 開発者は、この名前空間を使用しないようにすることをお勧めします。

WalletBarcode クラスの新しいインスタンスを初期化します。

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)

パラメーター

streamToBarcodeImage
IRandomAccessStreamReference

バーコード イメージを表すストリーム。

属性

こちらもご覧ください

適用対象

WalletBarcode(WalletBarcodeSymbology, String)

注意事項

ApplicationModel.Wallet 名前空間はサポートされなくなり、間もなく非推奨になります。 開発者は、この名前空間を使用しないようにすることをお勧めします。

WalletBarcode クラスの新しいインスタンスを初期化します。

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)

パラメーター

symbology
WalletBarcodeSymbology

このバーコードのシンボルタイプ。 Upca など、サポートされているシンボルのいずれかを使用します。 [無効] または [カスタム] に設定しないでください。

value
String

Platform::String

winrt::hstring

バーコードが表すメッセージ ()。

属性

こちらもご覧ください

適用対象