StoreProductQueryResult Class

Definition

Provides response data for a request to retrieve details about products that can be purchased from within the current app.

public ref class StoreProductQueryResult 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 StoreProductQueryResult 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 StoreProductQueryResult
Public NotInheritable Class StoreProductQueryResult
Inheritance
Object Platform::Object IInspectable StoreProductQueryResult
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Services.Store.StoreContract (introduced in v1.0)

Remarks

The following methods of the StoreContext class return an object of this type:

Properties

ExtendedError

Gets the error code for the request, if the operation encountered an error.

Products

Gets the collection of products returned by the request.

Applies to