SmartCardAppletIdGroup 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SmartCardAppletIdGroup()
初始化 SmartCardAppletIdGroup 類別的新實例。
public:
SmartCardAppletIdGroup();
SmartCardAppletIdGroup();
public SmartCardAppletIdGroup();
function SmartCardAppletIdGroup()
Public Sub New ()
另請參閱
- SmartCardAppletIdGroup(String, IVector<IBuffer>, SmartCardEmulationCategory, SmartCardEmulationType)
- 建立 NFC 智慧卡應用程式 (僅適用于Windows 10 行動裝置版)
適用於
SmartCardAppletIdGroup(String, IVector<IBuffer>, SmartCardEmulationCategory, SmartCardEmulationType)
使用指定的參數,初始化 SmartCardAppletIdGroup 類別的新實例。
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
這個小程式識別碼群組的名稱。
- emulationCategory
- SmartCardEmulationCategory
Applet 識別碼套用的智慧卡類別、付款卡或其他。
- emulationType
- SmartCardEmulationType
小程式識別碼所套用的智慧卡類型、主機卡或 UICC。