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에서 도입되었습니다.)

적용 대상