NativeAd.MainImages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.