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의 Store ID이고 각 값은 추가 기능에 대한 라이선스 정보를 포함하는 StoreLicense 개체입니다.

설명

이 컬렉션에는 현재 유효한 지속성 추가 기능 라이선스가 포함되어 있습니다. 라이선스가 만료되었거나 더 이상 유효하지 않으면 이 컬렉션에서 더 이상 라이선스를 사용할 수 없습니다.

적용 대상