WalletItem.Logo99x99 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 pequena do logotipo (99 x 99) do item de carteira.

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

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

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

Valor da propriedade

A pequena imagem do logotipo do item, representada como um fluxo.

Atributos

Aplica-se a

Confira também