Freigeben über


PaymentMediator.GetSupportedMethodIdsAsync Methode

Definition

Ruft die Liste der derzeit unterstützten Zahlungsmethoden ab.

public:
 virtual IAsyncOperation<IVectorView<Platform::String ^> ^> ^ GetSupportedMethodIdsAsync() = GetSupportedMethodIdsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<winrt::hstring>> GetSupportedMethodIdsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<string>> GetSupportedMethodIdsAsync();
function getSupportedMethodIdsAsync()
Public Function GetSupportedMethodIdsAsync () As IAsyncOperation(Of IReadOnlyList(Of String))

Gibt zurück

Nach Abschluss des asynchronen Vorgangs wird eine Sammlung der unterstützten Zahlungsmethoden zurückgegeben.

Attribute

Gilt für: