StoreRequestHelper Klasse

Definition

Stellt eine Hilfsmethode bereit, mit der Anforderungen an den Microsoft Store für Vorgänge gesendet werden können, für die noch keine entsprechende API im Windows SDK verfügbar ist.

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
Vererbung
Object Platform::Object IInspectable StoreRequestHelper
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Services.Store.StoreContract (eingeführt in v1.0)

Methoden

SendRequestAsync(StoreContext, UInt32, String)

Sendet die angegebene Anforderung mit dem angegebenen Kontext und den angegebenen Parametern an den Windows Store.

Gilt für:

Weitere Informationen