NativeAd.Description プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ネイティブ広告の説明を取得します。
public:
property Platform::String ^ Description { Platform::String ^ get(); };
winrt::hstring Description();
public string Description { get; }
var string = nativeAd.description;
Public ReadOnly Property Description As String
プロパティ値
ネイティブ広告の説明。
注釈
重要
NativeAd クラスは非推奨です。 代わりに NativeAdV2 を使用してください。