PaymentTransaction.FromIdAsync(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ID から PaymentTransaction オブジェクトを取得します。
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)
パラメーター
- id
-
String
Platform::String
winrt::hstring
ID。
戻り値
PaymentTransaction のインスタンスで完了する非同期操作。
- 属性