PaymentAppManager.RegisterAsync(IIterable<String>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このアプリを支払いプロバイダーとして登録します。
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
パラメーター
返品
非同期アクションを返します。
- 属性