SmartCardAppletIdGroup 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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)
- NFC 스마트 카드 앱 만들기(Windows 10 Mobile만 적용)
적용 대상
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 그룹의 이름입니다.
- emulationCategory
- SmartCardEmulationCategory
애플릿 ID가 적용되는 스마트 카드, 결제 카드 또는 기타 범주입니다.
- emulationType
- SmartCardEmulationType
애플릿 ID, 호스트 카드 또는 UICC가 적용되는 스마트 카드 유형입니다.