ProductListing.Keywords 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與附加元件相關聯的關鍵字清單, (也稱為應用程式內產品或 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)
屬性值
與附加元件相關聯的關鍵字。
備註
如需在儀表板中設定附加元件關鍵字的詳細資訊,請參閱 輸入附加元件屬性。