ProductListing.Keywords 属性

定义

获取与加载项关联的关键字列表, (也称为应用内产品或 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)

属性值

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

与加载项关联的关键字。

注解

有关在仪表板中为加载项设置关键字的详细信息,请参阅输入加载项属性

适用于