Freigeben über


PaymentAppManager.RegisterAsync(IIterable<String>) Methode

Definition

Registriert diese App als Zahlungsanbieter.

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

Parameter

supportedPaymentMethodIds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Die unterstützten Zahlungsmethoden-IDs.

Gibt zurück

Gibt eine asynchrone Aktion zurück.

Attribute

Gilt für: