共用方式為


StoreSku.BundledSkus 屬性

定義

取得與此產品 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)

屬性值

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

與此產品 SKU 配套之應用程式或附加元件的市集識別碼清單。

適用於