次の方法で共有


NativeAd.AdditionalAssets プロパティ

定義

NativeAd クラスに対応するプロパティがないネイティブ広告の追加の省略可能な資産の種類 (存在する場合) のデータを含むキーと値のペアのディクショナリを取得します。 たとえば、キー値には、OpenRTB Native Ads API 仕様で説明されているデータ資産の種類として、desc2displayurlphoneaddresslikes、または downloads を含めることができます。

public:
 property IMapView<Platform::String ^, Platform::String ^> ^ AdditionalAssets { IMapView<Platform::String ^, Platform::String ^> ^ get(); };
IMapView<winrt::hstring, winrt::hstring const&> AdditionalAssets();
public IReadOnlyDictionary<string,string> AdditionalAssets { get; }
var iMapView = nativeAd.additionalAssets;
Public ReadOnly Property AdditionalAssets As IReadOnlyDictionary(Of String, String)

プロパティ値

IMapView<String,String>

IReadOnlyDictionary<String,String>

IMapView<Platform::String,Platform::String>

IMapView<winrt::hstring,winrt::hstring>

ネイティブ広告の追加の省略可能な資産の種類 (存在する場合) のデータを含むキーと値のペアのディクショナリ。

注釈

重要

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

適用対象

こちらもご覧ください