LicenseInformation.ProductLicenses 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
사용자가 현재 받을 수 있는 앱 내 제품에 대한 라이선스의 결합 목록을 가져옵니다.
public:
property IMapView<Platform::String ^, ProductLicense ^> ^ ProductLicenses { IMapView<Platform::String ^, ProductLicense ^> ^ get(); };
IMapView<winrt::hstring, ProductLicense const&> ProductLicenses();
public IReadOnlyDictionary<string,ProductLicense> ProductLicenses { get; }
var iMapView = licenseInformation.productLicenses;
Public ReadOnly Property ProductLicenses As IReadOnlyDictionary(Of String, ProductLicense)
속성 값
기능 라이선스의 결합 목록입니다.
설명
사용자에게 앱 내 제품을 사용할 자격이 있는지 확인하려면 ProductLicense 개체의 IsActive 속성을 사용합니다.
중요
ProductLicense 개체의 반환된 목록은 항상 사용자가 현재 받을 수 있는 모든 앱 내 제품(여기서 IsActive = true)을 나타냅니다. 그러나 이 목록에는 사용자가 현재 받을 자격이 없는 제품에 대한 ProductLicense 개체가 포함될 수도 있거나 포함되지 않을 수도 있습니다(여기서 IsActive = false).