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 のストア ID、各値はアドオンのライセンス情報を含む StoreLicense オブジェクトです。

注釈

このコレクションには、現在有効な永続的なアドオン ライセンスが含まれています。 ライセンスの有効期限が切れているか、有効でなくなった場合、このコレクションでは使用できなくなります。

適用対象