次の方法で共有


SmartCardEmulator.UnregisterAppletIdGroupAsync メソッド

定義

以前に登録されたアプレット ID のグループの登録を非同期に解除します。

public:
 static IAsyncAction ^ UnregisterAppletIdGroupAsync(SmartCardAppletIdGroupRegistration ^ registration);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction UnregisterAppletIdGroupAsync(SmartCardAppletIdGroupRegistration const& registration);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction UnregisterAppletIdGroupAsync(SmartCardAppletIdGroupRegistration registration);
function unregisterAppletIdGroupAsync(registration)
Public Shared Function UnregisterAppletIdGroupAsync (registration As SmartCardAppletIdGroupRegistration) As IAsyncAction

パラメーター

registration
SmartCardAppletIdGroupRegistration

以前に登録されたアプレット ID のグループ。

戻り値

非同期操作の制御に使用される IAsyncAction オブジェクト。

属性

適用対象

こちらもご覧ください