次の方法で共有


PaymentAppManager.RegisterAsync(IIterable<String>) メソッド

定義

このアプリを支払いプロバイダーとして登録します。

public:
 virtual IAsyncAction ^ RegisterAsync(IIterable<Platform::String ^> ^ supportedPaymentMethodIds) = RegisterAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction RegisterAsync(IIterable<winrt::hstring> const& supportedPaymentMethodIds);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction RegisterAsync(IEnumerable<string> supportedPaymentMethodIds);
function registerAsync(supportedPaymentMethodIds)
Public Function RegisterAsync (supportedPaymentMethodIds As IEnumerable(Of String)) As IAsyncAction

パラメーター

supportedPaymentMethodIds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

サポートされている支払い方法 ID。

戻り値

非同期アクションを返します。

属性

適用対象