次の方法で共有


NativeAd.MainImages プロパティ

定義

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

public:
 property IVectorView<NativeImage ^> ^ MainImages { IVectorView<NativeImage ^> ^ get(); };
IVectorView<NativeImage> MainImages();
public IReadOnlyList<NativeImage> MainImages { get; }
var iVectorView = nativeAd.mainImages;
Public ReadOnly Property MainImages As IReadOnlyList(Of NativeImage)

プロパティ値

System.Collections.Generic.IReadOnlyList<NativeImage>

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

注釈

重要

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

適用対象

こちらもご覧ください