ProductListing.Keywords プロパティ

定義

アドオンに関連付けられているキーワードの一覧を取得します (アプリ内製品または IAP とも呼ばれます)。 これらの文字列は、パートナー センターのアドオンのプロパティ ページの [キーワード] フィールドの値に対応します。 これらのキーワードは、LoadListingInformationByKeywordsAsync を呼び出すときなど、キーワード (keyword)で製品リストをフィルター処理する場合に便利です。

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>

アドオンに関連付けられているキーワード。

注釈

ダッシュボードでアドオンのキーワードを設定する方法の詳細については、「アドオンのプロパティを 入力する」を参照してください。

適用対象