次の方法で共有


PaymentRequest.Id プロパティ

定義

支払い要求 ID を取得します。

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = paymentRequest.id;
Public ReadOnly Property Id As String

プロパティ値

String

Platform::String

winrt::hstring

支払い要求 ID。

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)

適用対象