StoreProduct.Keywords 属性

定义

获取与 合作伙伴中心中的产品关联的关键字。 此属性仅适用于表示加载项的 StoreProduct 对象。 这些字符串对应于合作伙伴中心加载项的属性页中 “关键字” 字段的值。

public:
 property IVectorView<Platform::String ^> ^ Keywords { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> Keywords();
public IReadOnlyList<string> Keywords { get; }
var iVectorView = storeProduct.keywords;
Public ReadOnly Property Keywords As IReadOnlyList(Of String)

属性值

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

包含与合作伙伴中心中的产品关联的关键字的字符串集合。

注解

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

适用于