Condividi tramite


WalletItem.PromotionalImage Proprietà

Definizione

Attenzione

Lo spazio dei nomi ApplicationModel.Wallet non è più supportato e verrà presto deprecato. Gli sviluppatori sono invitati a evitare di usare questo spazio dei nomi.

Ottiene o imposta l'immagine promozionale dell'elemento portafoglio.

public:
 property IRandomAccessStreamReference ^ PromotionalImage { IRandomAccessStreamReference ^ get(); void set(IRandomAccessStreamReference ^ value); };
IRandomAccessStreamReference PromotionalImage();

void PromotionalImage(IRandomAccessStreamReference 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")]
IRandomAccessStreamReference PromotionalImage();

void PromotionalImage(IRandomAccessStreamReference value);
public IRandomAccessStreamReference PromotionalImage { get; set; }
public IRandomAccessStreamReference PromotionalImage { [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 iRandomAccessStreamReference = walletItem.promotionalImage;
walletItem.promotionalImage = iRandomAccessStreamReference;
Public Property PromotionalImage As IRandomAccessStreamReference

Valore della proprietà

Immagine promozionale dell'elemento portafoglio che verrà visualizzata sul retro della scheda, come flusso.

Attributi

Si applica a

Vedi anche