StoreProductResult
StoreProductResult
StoreProductResult
StoreProductResult
Class
Definition
Provides response data for a request to retrieve details about the current app.
public : sealed class StoreProductResult : IStoreProductResultpublic sealed class StoreProductResult : IStoreProductResultPublic NotInheritable Class StoreProductResult Implements IStoreProductResult// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Services.Store.StoreContract (introduced v1)
|
Remarks
The StoreContext.GetStoreProductForCurrentAppAsync method returns an object of this type.
Properties
ExtendedError ExtendedError ExtendedError ExtendedError
Gets the error code for the request, if the operation encountered an error.
public : HResult ExtendedError { get; }public Exception ExtendedError { get; }Public ReadOnly Property ExtendedError As Exception// You can use this property in JavaScript.
- Value
- HResult Exception Exception Exception
The error code for the request.
- See Also