ProductListing.Keywords 屬性

定義

取得與附加元件相關聯的關鍵字清單, (也稱為應用程式內產品或 IAP) 。 這些字串會對應至合作夥伴中心內附加元件的 [屬性] 頁面中 [關鍵字]欄位的值。 例如,呼叫 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>

與附加元件相關聯的關鍵字。

備註

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

適用於