StoreSendRequestResult Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Stellt Antwortdaten für eine Anforderung bereit, die an den Microsoft Store gesendet wird.
public ref class StoreSendRequestResult 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 StoreSendRequestResult 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 StoreSendRequestResult
Public NotInheritable Class StoreSendRequestResult
- Vererbung
- 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)
|
Hinweise
Die StoreRequestHelper.SendRequestAsync-Methode gibt ein Objekt dieses Typs zurück.
Versionsverlauf
Windows-Version | SDK-Version | Mehrwert |
---|---|---|
1703 | 15063 | HttpStatusCode |
Eigenschaften
ExtendedError |
Ruft den Fehlercode für die Anforderung ab, wenn für den Vorgang ein Fehler aufgetreten ist. |
HttpStatusCode |
Ruft den HTTP-Statuscode für die Anforderung ab. |
Response |
Ruft die Antwortdaten für die Anforderung ab. |