Condividi tramite


WalletItem.LogoImage 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 del logo dell'elemento portafoglio. Usare questa proprietà per un logo che non ha una dimensione specificata.

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

void LogoImage(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 LogoImage();

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

Valore della proprietà

Immagine del logo dell'elemento portafoglio, rappresentata come flusso.

Attributi

Si applica a

Vedi anche