StorePreviewProductInfo.SkuInfoList Property
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.
Gets information about the available SKUs for the in-app product.
public:
property IVectorView<StorePreviewSkuInfo ^> ^ SkuInfoList { IVectorView<StorePreviewSkuInfo ^> ^ get(); };
IVectorView<StorePreviewSkuInfo> SkuInfoList();
public IReadOnlyList<StorePreviewSkuInfo> SkuInfoList { get; }
var iVectorView = storePreviewProductInfo.skuInfoList;
Public ReadOnly Property SkuInfoList As IReadOnlyList(Of StorePreviewSkuInfo)
Property Value
A list of StorePreviewSkuInfo objects that provide information about the available SKUs for the in-app product.