PurchaseResults クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリ内製品購入トランザクションの結果の詳細を示す情報が含まれます。
public ref class PurchaseResults sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PurchaseResults final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PurchaseResults
Public NotInheritable Class PurchaseResults
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
プロパティ
OfferId |
大規模なカタログ内の特定のアプリ内製品を識別するために使用される一意の ID。 |
ReceiptXml |
アプリ内製品の購入に関するトランザクション履歴を提供する完全な領収書。 |
Status |
アプリ内製品の購入トランザクションの現在の状態。 |
TransactionId |
コンシューマブルなアプリ内製品の購入に関連付けられている一意のトランザクション ID。 |