Share via


NativeAdV2.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 = nativeAdV2.mainImages;
Public ReadOnly Property MainImages As IReadOnlyList(Of NativeImage)

Property Value

System.Collections.Generic.IReadOnlyList<NativeImage>

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

Applies to

See also