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

以廣告物件為目標的關鍵字。 您可以在每個關鍵字之間放置逗號字元 (',') 來新增多個關鍵字。

適用於