Share via


PaymentDeviceReadCapabilitiesRequest.SupportedContentTypes Property

Definition

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

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Attributes

Applies to