PaymentDeviceReadCapabilitiesRequest.SupportedCurrencies Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
public:
property IVector<Platform::String ^> ^ SupportedCurrencies { IVector<Platform::String ^> ^ get(); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
IVector<winrt::hstring> SupportedCurrencies();
[Windows.Foundation.Metadata.Experimental]
public IList<string> SupportedCurrencies { [Windows.Foundation.Metadata.Experimental] get; }
var iVector = paymentDeviceReadCapabilitiesRequest.supportedCurrencies;
Public ReadOnly Property SupportedCurrencies As IList(Of String)
Значение свойства
- Атрибуты