StoreSendRequestResult 클래스

정의

Microsoft Store로 전송되는 요청에 대한 응답 데이터를 제공합니다.

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
상속
Object Platform::Object IInspectable StoreSendRequestResult
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Services.Store.StoreContract (v1.0에서 도입되었습니다.)

설명

StoreRequestHelper.SendRequestAsync 메서드는 이 형식의 개체를 반환합니다.

버전 기록

Windows 버전 SDK 버전 추가된 값
1703 15063 HttpStatusCode

속성

ExtendedError

작업에 오류가 발생한 경우 요청에 대한 오류 코드를 가져옵니다.

HttpStatusCode

요청에 대한 HTTP 상태 코드를 가져옵니다.

Response

요청에 대한 응답 데이터를 가져옵니다.

적용 대상

추가 정보