StoreConsumableResult クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のアプリのコンシューマブル アドオンを含む要求の応答データを提供します。
public ref class StoreConsumableResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Store.StoreContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StoreConsumableResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Store.StoreContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StoreConsumableResult
Public NotInheritable Class StoreConsumableResult
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
|
API contract |
Windows.Services.Store.StoreContract (v1.0 で導入)
|
注釈
StoreContext クラスの ReportConsumableFulfillmentAsync メソッドと GetConsumableBalanceRemainingAsync メソッドは、この型のオブジェクトを返します。
プロパティ
BalanceRemaining |
コンシューマブル アドオンの残りの残高を取得します。 |
ExtendedError |
操作でエラーが発生した場合に、要求のエラー コードを取得します。 |
Status |
要求の状態を取得します。 |
TrackingId |
ReportConsumableFulfillmentAsync 要求で送信された追跡 ID を取得します。 |