次の方法で共有


NativeAdV2.AdditionalAssets プロパティ

定義

NativeAdV2 クラスに対応するプロパティがないネイティブ広告の追加の省略可能な資産の種類 (存在する場合) のデータを含むキーと値のペアのディクショナリを取得します。 たとえば、キー値には、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 = nativeAdV2.additionalAssets;
Public ReadOnly Property AdditionalAssets As IReadOnlyDictionary(Of String, String)

プロパティ値

System.Collections.Generic.IReadOnlyDictionary<System.String,System.String>

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

適用対象

こちらもご覧ください