次の方法で共有


SmartCardAppletIdGroup.Logo プロパティ

定義

スマートカードを表すイメージを取得または設定します。 たとえば、クレジット カードの物理的な外観を模倣する場合があります。

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

void Logo(IRandomAccessStreamReference value);
public IRandomAccessStreamReference Logo { get; set; }
var iRandomAccessStreamReference = smartCardAppletIdGroup.logo;
smartCardAppletIdGroup.logo = iRandomAccessStreamReference;
Public Property Logo As IRandomAccessStreamReference

プロパティ値

スマートカードを表すイメージを含むストリームへのアクセスを提供する IRandomAccessStreamReference

Windows の要件

デバイス ファミリ
Windows 10, version 1809 (10.0.17763.0 で導入)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (v6.0 で導入)

適用対象