InterstitialAd.Keywords 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定以廣告物件為目標的關鍵字。
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
屬性值
以廣告物件為目標的關鍵字。 您可以在每個關鍵字之間放置逗號字元 (',') 來新增多個關鍵字。