MagneticStripeReaderReport.Properties プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
最近スワイプしたカードのプロパティのディクショナリを取得します。
public:
property IMapView<Platform::String ^, Platform::String ^> ^ Properties { IMapView<Platform::String ^, Platform::String ^> ^ get(); };
IMapView<winrt::hstring, winrt::hstring const&> Properties();
public IReadOnlyDictionary<string,string> Properties { get; }
var iMapView = magneticStripeReaderReport.properties;
Public ReadOnly Property Properties As IReadOnlyDictionary(Of String, String)
プロパティ値
プロパティのディクショナリ。