次の方法で共有


NativeAdsManagerV2(String, String) コンストラクター

定義

NativeAdsManagerV2 クラスの新しいインスタンスを作成します。 アプリケーション ID と広告ユニット ID の値を取得する方法など、このコンストラクターの使用方法を示すチュートリアルについては、「 ネイティブ広告」を参照してください。

public:
 NativeAdsManagerV2(Platform::String ^ applicationId, Platform::String ^ adUnitId);
 NativeAdsManagerV2(winrt::hstring const & applicationId, winrt::hstring const & adUnitId);
[Windows.Foundation.Metadata.Overload("CreateInstance1")]
public NativeAdsManagerV2(string applicationId, string adUnitId);
function NativeAdsManagerV2(applicationId, adUnitId)
Public Sub New (applicationId As String, adUnitId As String)

パラメーター

applicationId
System.String

ネイティブ広告に関連付ける ネイティブ 広告ユニットのアプリケーション ID。

adUnitId
System.String

ネイティブ広告に関連付ける ネイティブ 広告ユニットの広告ユニット ID。

属性

適用対象

こちらもご覧ください