SmartCardAppletIdGroup コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SmartCardAppletIdGroup() |
SmartCardAppletIdGroup クラスの新しいインスタンスを初期化します。 |
SmartCardAppletIdGroup(String, IVector<IBuffer>, SmartCardEmulationCategory, SmartCardEmulationType) |
指定したパラメーターを使用して 、SmartCardAppletIdGroup クラスの新しいインスタンスを初期化します。 |
SmartCardAppletIdGroup()
SmartCardAppletIdGroup クラスの新しいインスタンスを初期化します。
public:
SmartCardAppletIdGroup();
SmartCardAppletIdGroup();
public SmartCardAppletIdGroup();
function SmartCardAppletIdGroup()
Public Sub New ()
こちらもご覧ください
- SmartCardAppletIdGroup(String, IVector<IBuffer>, SmartCardEmulationCategory, SmartCardEmulationType)
- NFC スマート カード アプリを作成する (Windows 10 Mobileにのみ適用されます)
適用対象
SmartCardAppletIdGroup(String, IVector<IBuffer>, SmartCardEmulationCategory, SmartCardEmulationType)
指定したパラメーターを使用して 、SmartCardAppletIdGroup クラスの新しいインスタンスを初期化します。
public:
SmartCardAppletIdGroup(Platform::String ^ displayName, IVector<IBuffer ^> ^ appletIds, SmartCardEmulationCategory emulationCategory, SmartCardEmulationType emulationType);
SmartCardAppletIdGroup(winrt::hstring const& displayName, IVector<IBuffer> const& appletIds, SmartCardEmulationCategory const& emulationCategory, SmartCardEmulationType const& emulationType);
public SmartCardAppletIdGroup(string displayName, IList<IBuffer> appletIds, SmartCardEmulationCategory emulationCategory, SmartCardEmulationType emulationType);
function SmartCardAppletIdGroup(displayName, appletIds, emulationCategory, emulationType)
Public Sub New (displayName As String, appletIds As IList(Of IBuffer), emulationCategory As SmartCardEmulationCategory, emulationType As SmartCardEmulationType)
パラメーター
- displayName
-
String
Platform::String
winrt::hstring
このアプレット ID グループの名前。
- emulationCategory
- SmartCardEmulationCategory
アプレット ID が適用されるスマート カードのカテゴリ、支払いカードなど。
- emulationType
- SmartCardEmulationType
アプレット ID が適用されるスマート カードの種類(ホスト カードまたは UICC)。