NativeAd.IconImage プロパティ

定義

広告スポンサーが提供するネイティブ広告のアイコン画像を取得します。

public:
 property NativeImage ^ IconImage { NativeImage ^ get(); };
NativeImage IconImage();
public NativeImage IconImage { get; }
var nativeImage = nativeAd.iconImage;
Public ReadOnly Property IconImage As NativeImage

プロパティ値

広告スポンサーが提供するネイティブ広告のアイコン画像。

注釈

重要

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

適用対象

こちらもご覧ください