SmartCardAppletIdGroup 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
SmartCardAppletIdGroup()
初始化 SmartCardAppletIdGroup 类的新实例。
public:
SmartCardAppletIdGroup();
SmartCardAppletIdGroup();
public SmartCardAppletIdGroup();
function SmartCardAppletIdGroup()
Public Sub New ()
另请参阅
- SmartCardAppletIdGroup(String, IVector<IBuffer>, SmartCardEmulationCategory, SmartCardEmulationType)
- 创建仅适用于 Windows 10 移动版) 的 NFC 智能卡应用 (
适用于
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 组的名称。
- emulationCategory
- SmartCardEmulationCategory
应用小程序 ID、付款卡或其他智能卡类别。
- emulationType
- SmartCardEmulationType
应用小程序 ID、托管卡或 UICC 的智能卡的类型。