SmartCardEmulator.GetAppletIdGroupRegistrationsAsync Methode
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.
Ruft die registrierten Applet-Bezeichnergruppen für diese intelligente Karte asynchron ab.
public:
static IAsyncOperation<IVectorView<SmartCardAppletIdGroupRegistration ^> ^> ^ GetAppletIdGroupRegistrationsAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<IVectorView<SmartCardAppletIdGroupRegistration>> GetAppletIdGroupRegistrationsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<SmartCardAppletIdGroupRegistration>> GetAppletIdGroupRegistrationsAsync();
function getAppletIdGroupRegistrationsAsync()
Public Shared Function GetAppletIdGroupRegistrationsAsync () As IAsyncOperation(Of IReadOnlyList(Of SmartCardAppletIdGroupRegistration))
Gibt zurück
IAsyncOperation<IVectorView<SmartCardAppletIdGroupRegistration>>
IAsyncOperation<IReadOnlyList<SmartCardAppletIdGroupRegistration>>
Die registrierten Applet-Bezeichnergruppen für diese intelligente Karte.
- Attribute