PaymentAppManager.RegisterAsync(IIterable<String>) Método

Definición

Registra esta aplicación como proveedor de pagos.

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

Parámetros

supportedPaymentMethodIds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Identificadores de método de pago admitidos.

Devoluciones

Devuelve una acción asincrónica.

Atributos

Se aplica a