SmartCardAppletIdGroup コンストラクター

定義

オーバーロード

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)

指定したパラメーターを使用して 、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 グループの名前。

appletIds

IVector<IBuffer>

IList<IBuffer>

アプレット ID の一覧。

emulationCategory
SmartCardEmulationCategory

アプレット ID が適用されるスマート カードのカテゴリ、支払いカードなど。

emulationType
SmartCardEmulationType

アプレット ID が適用されるスマート カードの種類(ホスト カードまたは UICC)。

こちらもご覧ください

適用対象