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

此小程序 ID 组的名称。

appletIds

IVector<IBuffer>

IList<IBuffer>

小程序 ID 的列表。

emulationCategory
SmartCardEmulationCategory

应用小程序 ID、付款卡或其他智能卡类别。

emulationType
SmartCardEmulationType

应用小程序 ID、托管卡或 UICC 的智能卡的类型。

另请参阅

适用于