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

傳回

這個智慧卡的已註冊小程式識別碼群組。

屬性

適用於

另請參閱