共用方式為


StoreAppLicense.AddOnLicenses 屬性

定義

取得使用者有權使用之長期附加元件的授權集合。 此屬性不包含消費性附加元件的授權。

public:
 property IMapView<Platform::String ^, StoreLicense ^> ^ AddOnLicenses { IMapView<Platform::String ^, StoreLicense ^> ^ get(); };
IMapView<winrt::hstring, StoreLicense const&> AddOnLicenses();
public IReadOnlyDictionary<string,StoreLicense> AddOnLicenses { get; }
var iMapView = storeAppLicense.addOnLicenses;
Public ReadOnly Property AddOnLicenses As IReadOnlyDictionary(Of String, StoreLicense)

屬性值

索引鍵和值組的對應,其中每個金鑰都是 Microsoft Store 目錄中附加元件 SKU 的市集識別碼,而每個值都是 StoreLicense 物件,其中包含附加元件的授權資訊。

備註

此集合包含目前有效之永久性附加元件授權。 當授權過期或不再有效時,將無法再在此集合中使用。

適用於