Bagikan melalui


WalletItem.LogoImage Properti

Definisi

Perhatian

Namespace ApplicationModel.Wallet tidak lagi didukung, dan akan segera ditolak. Pengembang didorong untuk menghindari penggunaan namespace ini.

Mendapatkan atau mengatur gambar logo item dompet. Gunakan properti ini untuk logo yang tidak memiliki ukuran tertentu.

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

Nilai Properti

Gambar logo item dompet, direpresentasikan sebagai aliran.

Atribut

Berlaku untuk

Lihat juga