次の方法で共有


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>

属性

適用対象