次の方法で共有


PaymentDetailsModifier.SupportedMethodIds プロパティ

定義

この修飾子が適用される支払い方法のコレクション。

public:
 property IVectorView<Platform::String ^> ^ SupportedMethodIds { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> SupportedMethodIds();
public IReadOnlyList<string> SupportedMethodIds { get; }
var iVectorView = paymentDetailsModifier.supportedMethodIds;
Public ReadOnly Property SupportedMethodIds As IReadOnlyList(Of String)

プロパティ値

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

SupportedMethodIds を取得または設定します。

適用対象