共用方式為


PaymentMethodData.SupportedMethodIds 屬性

定義

支援的方法識別碼。

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

屬性值

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

取得 SupportedMethodIds。

適用於