StoreRequestHelper クラス

定義

Windows SDK で使用できる対応する API がまだない操作に対して、Microsoft Store に要求を送信するために使用できるヘルパー メソッドを提供します。

public ref class StoreRequestHelper abstract 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 StoreRequestHelper 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 static class StoreRequestHelper
Public Class StoreRequestHelper
継承
Object Platform::Object IInspectable StoreRequestHelper
属性

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Services.Store.StoreContract (v1.0 で導入)

メソッド

SendRequestAsync(StoreContext, UInt32, String)

指定されたコンテキストとパラメーターを使用して、指定した要求を Windows ストアに送信します。

適用対象

こちらもご覧ください