Compartir a través de


SmartCardEmulator.GetAppletIdGroupRegistrationsAsync Método

Definición

Obtiene los grupos de identificadores applet registrados para esta tarjeta inteligente, de forma asincrónica.

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))

Devoluciones

Los grupos de identificadores applet registrados para esta tarjeta inteligente.

Atributos

Se aplica a

Consulte también