NativeAd.MainImages Property

Definition

Gets the main images for the native ad, as supplied by the ad sponsor.

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)

Property Value

The main images for the native ad, as supplied by the ad sponsor.

Remarks

Important

The NativeAd class is deprecated. Use NativeAdV2 instead.

Applies to

See also