SmartCardEmulator.UnregisterAppletIdGroupAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
以前に登録されたアプレット 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 オブジェクト。
- 属性