ProductListing.Keywords 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与加载项关联的关键字列表, (也称为应用内产品或 IAP) 。 这些字符串对应于合作伙伴中心加载项的属性页中“关键字”字段的值。 这些关键字可用于按关键字 (keyword) 筛选产品列表,例如,在调用 LoadListingInformationByKeywordsAsync 时。
public:
property IIterable<Platform::String ^> ^ Keywords { IIterable<Platform::String ^> ^ get(); };
IIterable<winrt::hstring> Keywords();
public IEnumerable<string> Keywords { get; }
var iIterable = productListing.keywords;
Public ReadOnly Property Keywords As IEnumerable(Of String)
属性值
与加载项关联的关键字。
注解
有关在仪表板中为加载项设置关键字的详细信息,请参阅输入加载项属性。