StoreAppLicense.AddOnLicenses 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得使用者有權使用之長期附加元件的授權集合。 此屬性不包含消費性附加元件的授權。
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 物件,其中包含附加元件的授權資訊。
備註
此集合包含目前有效之永久性附加元件授權。 當授權過期或不再有效時,將無法再在此集合中使用。