Compartir a través de


WalletItem.LogoImage Propiedad

Definición

Precaución

El espacio de nombres ApplicationModel.Wallet ya no se admite y pronto quedará en desuso. Se recomienda a los desarrolladores evitar el uso de este espacio de nombres.

Obtiene o establece la imagen de logotipo del elemento de cartera. Utilice esta propiedad para un logotipo que no tenga un tamaño especificado.

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

Valor de propiedad

Imagen del logotipo del elemento de cartera, representado como una secuencia.

Atributos

Se aplica a

Consulte también