StoreSku.BundledSkus 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 the list of Store IDs for the apps or add-ons that are bundled with this product SKU.
public:
property IVectorView<Platform::String ^> ^ BundledSkus { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> BundledSkus();
public IReadOnlyList<string> BundledSkus { get; }
var iVectorView = storeSku.bundledSkus;
Public ReadOnly Property BundledSkus As IReadOnlyList(Of String)
Property Value
The list of Store IDs for the apps or add-ons that are bundled with this product SKU.