共用方式為


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[]

卡片類型識別碼。

適用於