Partager via


WalletItem.Barcode Propriété

Définition

Attention

L’espace de noms ApplicationModel.Wallet n’est plus pris en charge et sera bientôt déprécié. Les développeurs sont encouragés à éviter d’utiliser cet espace de noms.

Obtient ou définit le code-barres représentatif de l’élément de portefeuille.

public:
 property WalletBarcode ^ Barcode { WalletBarcode ^ get(); void set(WalletBarcode ^ value); };
WalletBarcode Barcode();

void Barcode(WalletBarcode value);
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
WalletBarcode Barcode();

void Barcode(WalletBarcode value);
public WalletBarcode Barcode { get; set; }
public WalletBarcode Barcode { [Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] get; [Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] set; }
var walletBarcode = walletItem.barcode;
walletItem.barcode = walletBarcode;
Public Property Barcode As WalletBarcode

Valeur de propriété

Code-barres de l’élément.

Attributs

S’applique à

Voir aussi