次の方法で共有


WalletItem.Logo336x336 プロパティ

定義

注意事項

ApplicationModel.Wallet 名前空間はサポートされなくなり、間もなく非推奨になります。 開発者は、この名前空間を使用しないようにすることをお勧めします。

ウォレット アイテムの大きな (336 x 336) ロゴイメージを取得または設定します。

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

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

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

プロパティ値

ストリームとして表される項目の大きなロゴ。

属性

適用対象

こちらもご覧ください