StoreAppLicense.ExtendedJsonData 属性

定义

获取 JSON 格式的完整许可证数据。

public:
 property Platform::String ^ ExtendedJsonData { Platform::String ^ get(); };
winrt::hstring ExtendedJsonData();
public string ExtendedJsonData { get; }
var string = storeAppLicense.extendedJsonData;
Public ReadOnly Property ExtendedJsonData As String

属性值

String

Platform::String

winrt::hstring

包含完整许可证数据的 JSON 格式字符串。

注解

使用 ExtendedJsonData 属性在代码中以 JSON 格式的字符串的形式访问 StoreAppLicense 对象的完整数据。 有关数据结构的详细信息,请参阅 Store 产品的数据架构

适用于

另请参阅