NativeAd.Title プロパティ

定義

ネイティブ広告のタイトルを取得します。

public:
 property Platform::String ^ Title { Platform::String ^ get(); };
winrt::hstring Title();
public string Title { get; }
var string = nativeAd.title;
Public ReadOnly Property Title As String

プロパティ値

System.String

ネイティブ広告のタイトル。

注釈

重要

NativeAd クラスは非推奨です。 代わりに NativeAdV2 を使用してください。

適用対象

こちらもご覧ください