PaymentTransaction.FromIdAsync(String) 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 un objet PaymentTransaction à partir d’un ID.
public:
static IAsyncOperation<PaymentTransaction ^> ^ FromIdAsync(Platform::String ^ id);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<PaymentTransaction> FromIdAsync(winrt::hstring const& id);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<PaymentTransaction> FromIdAsync(string id);
function fromIdAsync(id)
Public Shared Function FromIdAsync (id As String) As IAsyncOperation(Of PaymentTransaction)
Paramètres
- id
-
String
Platform::String
winrt::hstring
ID.
Retours
Opération asynchrone qui se termine par un instance de PaymentTransaction.
- Attributs