次の方法で共有


PaymentDeviceReadCapabilitiesRequest.SupportedReportKinds プロパティ

定義

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

プロパティ値

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

属性

適用対象