次の方法で共有


MagneticStripeReader.SupportedCardTypes プロパティ

定義

磁気ストライプ リーダーでサポートされているカードの種類を取得します。

public:
 property Platform::Array <unsigned int> ^ SupportedCardTypes { Platform::Array <unsigned int> ^ get(); };
winrt::array_view <uint32_t> SupportedCardTypes();
public uint[] SupportedCardTypes { get; }
var uInt32[] = magneticStripeReader.supportedCardTypes;
Public ReadOnly Property SupportedCardTypes As UInteger()

プロパティ値

UInt32[]

unsigned int[]

uint32_t[]

カード型識別子。

適用対象