PaymentMediator.GetSupportedMethodIdsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la liste des modes de paiement actuellement pris en charge.
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))
Retours
Une fois l’opération asynchrone terminée, elle retourne une collection des modes de paiement pris en charge.
- Attributs