PaymentDeviceCapabilities.SupportedContentTypes Property

Definition

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

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

Attributes

Applies to