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>

字串集合,其中包含與合作夥伴中心產品相關聯的關鍵字。

備註

如需在儀表板中設定附加元件關鍵字的詳細資訊,請參閱 輸入附加元件屬性

適用於