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)
屬性值
字串集合,其中包含與合作夥伴中心產品相關聯的關鍵字。
備註
如需在儀表板中設定附加元件關鍵字的詳細資訊,請參閱 輸入附加元件屬性。