WalletItem.Logo159x159 Propriedade

Definição

Cuidado

O namespace ApplicationModel.Wallet não tem mais suporte e, em breve, será preterido. Os desenvolvedores são incentivados a evitar o uso desse namespace.

Obtém ou define a imagem média do logotipo (159 x 159) do item de carteira.

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

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

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

Valor da propriedade

O logotipo médio do item, representado como um fluxo.

Atributos

Aplica-se a

Confira também