PaymentDeviceCapabilities.SupportedReportKinds 属性

定义

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

属性值

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

属性

适用于