共用方式為


SmartCardAppletIdGroup 建構函式

定義

多載

SmartCardAppletIdGroup()

初始化 SmartCardAppletIdGroup 類別的新實例。

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

使用指定的參數,初始化 SmartCardAppletIdGroup 類別的新實例。

SmartCardAppletIdGroup()

初始化 SmartCardAppletIdGroup 類別的新實例。

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

另請參閱

適用於

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

這個小程式識別碼群組的名稱。

appletIds

IVector<IBuffer>

IList<IBuffer>

小程式識別碼的清單。

emulationCategory
SmartCardEmulationCategory

Applet 識別碼套用的智慧卡類別、付款卡或其他。

emulationType
SmartCardEmulationType

小程式識別碼所套用的智慧卡類型、主機卡或 UICC。

另請參閱

適用於