共用方式為


WalletItem.Logo99x99 屬性

定義

警告

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

取得或設定電子包專案的小型 (99 x 99) 標誌影像。

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

屬性值

專案的小型標誌影像,以資料流程表示。

屬性

適用於

另請參閱