SmartCardAppletIdGroup Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SmartCardAppletIdGroup() |
Initialisiert eine neue instance der SmartCardAppletIdGroup-Klasse. |
SmartCardAppletIdGroup(String, IVector<IBuffer>, SmartCardEmulationCategory, SmartCardEmulationType) |
Initialisiert eine neue instance der SmartCardAppletIdGroup-Klasse unter Verwendung der angegebenen Parameter. |
SmartCardAppletIdGroup()
Initialisiert eine neue instance der SmartCardAppletIdGroup-Klasse.
public:
SmartCardAppletIdGroup();
SmartCardAppletIdGroup();
public SmartCardAppletIdGroup();
function SmartCardAppletIdGroup()
Public Sub New ()
Weitere Informationen
- SmartCardAppletIdGroup(String, IVector<IBuffer>, SmartCardEmulationCategory, SmartCardEmulationType)
- Erstellen einer NFC-Smartcard-App (gilt nur für Windows 10 Mobile)
Gilt für:
SmartCardAppletIdGroup(String, IVector<IBuffer>, SmartCardEmulationCategory, SmartCardEmulationType)
Initialisiert eine neue instance der SmartCardAppletIdGroup-Klasse unter Verwendung der angegebenen Parameter.
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)
Parameter
- displayName
-
String
Platform::String
winrt::hstring
Der Name für diese Applet-ID-Gruppe.
- emulationCategory
- SmartCardEmulationCategory
Die Kategorie der intelligenten Karte, für die die Applet-IDs gelten, zahlung Karte oder andere.
- emulationType
- SmartCardEmulationType
Der Typ der intelligenten Karte, für die die Applet-IDs gelten, hosten Karte oder UICC.