SmartCardEmulator.GetAppletIdGroupRegistrationsAsync 方法

定义

异步获取此智能卡的已注册小程序标识符组。

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

返回

此智能卡的已注册小程序标识符组。

属性

适用于

另请参阅