SmartCardEmulator.RegisterAppletIdGroupAsync(SmartCardAppletIdGroup) メソッド

定義

アプレット ID のグループを非同期に登録します。

public:
 static IAsyncOperation<SmartCardAppletIdGroupRegistration ^> ^ RegisterAppletIdGroupAsync(SmartCardAppletIdGroup ^ appletIdGroup);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<SmartCardAppletIdGroupRegistration> RegisterAppletIdGroupAsync(SmartCardAppletIdGroup const& appletIdGroup);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<SmartCardAppletIdGroupRegistration> RegisterAppletIdGroupAsync(SmartCardAppletIdGroup appletIdGroup);
function registerAppletIdGroupAsync(appletIdGroup)
Public Shared Function RegisterAppletIdGroupAsync (appletIdGroup As SmartCardAppletIdGroup) As IAsyncOperation(Of SmartCardAppletIdGroupRegistration)

パラメーター

appletIdGroup
SmartCardAppletIdGroup

登録するアプレット ID のグループ。

戻り値

登録済みアプレット ID のグループ。

属性

適用対象

こちらもご覧ください