StoreProduct.Keywords 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
属性值
包含与合作伙伴中心中的产品关联的关键字的字符串集合。
注解
有关在仪表板中设置加载项关键字的详细信息,请参阅输入加载项属性。