共用方式為


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

適用於

另請參閱