PaymentDeviceCapabilities.SupportedContentTypes 속성

정의

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)

속성 값

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

특성

적용 대상