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)
屬性值
屬性的字典。