SmartCardAppletIdGroup 생성자

정의

오버로드

SmartCardAppletIdGroup()

SmartCardAppletIdGroup 클래스의 새 instance 초기화합니다.

SmartCardAppletIdGroup(String, IVector<IBuffer>, SmartCardEmulationCategory, SmartCardEmulationType)

지정된 매개 변수를 사용하여 SmartCardAppletIdGroup 클래스의 새 instance 초기화합니다.

SmartCardAppletIdGroup()

SmartCardAppletIdGroup 클래스의 새 instance 초기화합니다.

public:
 SmartCardAppletIdGroup();
 SmartCardAppletIdGroup();
public SmartCardAppletIdGroup();
function SmartCardAppletIdGroup()
Public Sub New ()

추가 정보

적용 대상

SmartCardAppletIdGroup(String, IVector<IBuffer>, SmartCardEmulationCategory, SmartCardEmulationType)

지정된 매개 변수를 사용하여 SmartCardAppletIdGroup 클래스의 새 instance 초기화합니다.

public:
 SmartCardAppletIdGroup(Platform::String ^ displayName, IVector<IBuffer ^> ^ appletIds, SmartCardEmulationCategory emulationCategory, SmartCardEmulationType emulationType);
 SmartCardAppletIdGroup(winrt::hstring const& displayName, IVector<IBuffer> const& appletIds, SmartCardEmulationCategory const& emulationCategory, SmartCardEmulationType const& emulationType);
public SmartCardAppletIdGroup(string displayName, IList<IBuffer> appletIds, SmartCardEmulationCategory emulationCategory, SmartCardEmulationType emulationType);
function SmartCardAppletIdGroup(displayName, appletIds, emulationCategory, emulationType)
Public Sub New (displayName As String, appletIds As IList(Of IBuffer), emulationCategory As SmartCardEmulationCategory, emulationType As SmartCardEmulationType)

매개 변수

displayName
String

Platform::String

winrt::hstring

이 애플릿 ID 그룹의 이름입니다.

appletIds

IVector<IBuffer>

IList<IBuffer>

애플릿 ID 목록입니다.

emulationCategory
SmartCardEmulationCategory

애플릿 ID가 적용되는 스마트 카드, 결제 카드 또는 기타 범주입니다.

emulationType
SmartCardEmulationType

애플릿 ID, 호스트 카드 또는 UICC가 적용되는 스마트 카드 유형입니다.

추가 정보

적용 대상