共用方式為


WalletItem.BodyBackgroundImage 屬性

定義

警告

不再支援 ApplicationModel.Wallet 命名空間,即將淘汰。 建議開發人員避免使用此命名空間。

取得或設定電子包專案本文的背景影像, (使用資料流程) 。

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

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

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

屬性值

電子包專案本文的背景影像。 這是包含點陣圖影像的資料流程。

屬性

適用於

另請參閱