PaymentDeviceCapabilities.SupportedCurrencies 속성

정의

public:
 property IVectorView<Platform::String ^> ^ SupportedCurrencies { IVectorView<Platform::String ^> ^ get(); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
IVectorView<winrt::hstring> SupportedCurrencies();
[Windows.Foundation.Metadata.Experimental]
public IReadOnlyList<string> SupportedCurrencies { [Windows.Foundation.Metadata.Experimental] get; }
var iVectorView = paymentDeviceCapabilities.supportedCurrencies;
Public ReadOnly Property SupportedCurrencies As IReadOnlyList(Of String)

속성 값

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

특성

적용 대상