StorePreviewSkuInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about the available SKUs for an in-app product.
public ref class StorePreviewSkuInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StorePreviewSkuInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StorePreviewSkuInfo
Public NotInheritable Class StorePreviewSkuInfo
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Remarks
The SkuInfoList property of the StorePreviewProductInfo class returns a list of StorePreviewSkuInfo objects that provide information about the available SKUs for the in-app product.
Properties
CurrencyCode |
Gets the currency code for the current market. |
CustomDeveloperData |
Gets custom developer data for the current SKU. |
Description |
Gets the description for the current SKU. |
ExtendedData |
Gets extended data for the current SKU. |
FormattedListPrice |
Gets the current SKU's purchase price with the appropriate formatting for the current market. |
ProductId |
Gets the ID of the product that this SKU is associated with. |
SkuId |
Gets the ID of this SKU. |
SkuType |
Gets a string that specifies the type of the in-app product SKU. |
Title |
Gets the name of the in-app product SKU that is displayed to customers. |