Share via


InterstitialAd.Keywords プロパティ

定義

広告の対象ユーザーを対象とするキーワードを取得または設定します。

public:
 property Platform::String ^ Keywords { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Keywords();

void Keywords(winrt::hstring value);
public string Keywords { get; set; }
var string = interstitialAd.keywords;
interstitialAd.keywords = string;
Public Property Keywords As String

プロパティ値

System.String

広告の対象ユーザーを対象とするキーワード。 各キーワードの間にコンマ文字 (',') を入れることで、複数のキーワードを追加できます。

適用対象