共用方式為


NativeAdV2.MainImages 屬性

定義

取得原生廣告的主要影像,如廣告贊助者提供。

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)

屬性值

System.Collections.Generic.IReadOnlyList<NativeImage>

原生廣告的主要影像,由廣告贊助者提供。

適用於

另請參閱