AdCreatedEventArgs(IDictionary) コンストラクター

定義

AdCreatedEventArgs クラスの新しいインスタンスを初期化します。

public:
 AdCreatedEventArgs(System::Collections::IDictionary ^ adProperties);
public AdCreatedEventArgs(System.Collections.IDictionary adProperties);
new System.Web.UI.WebControls.AdCreatedEventArgs : System.Collections.IDictionary -> System.Web.UI.WebControls.AdCreatedEventArgs
Public Sub New (adProperties As IDictionary)

パラメーター

adProperties
IDictionary

XML ファイルの提供情報プロパティを含む IDictionary

注釈

このコンストラクターを使用して、 AdCreatedEventArgs クラスの新しいインスタンスを作成および初期化します。

次の表に、 AdCreatedEventArgsのインスタンスの初期プロパティ値を示します。

財産 初期値
AdProperties adProperties パラメーターがadPropertiesされていない場合は null パラメーターの値。それ以外の場合は空のSystem.Collections.IDictionary
AlternateText adProperties パラメーターがnullされていない場合は、代替テキストを表す adProperties パラメーターの値。それ以外の場合はString.Empty
ImageUrl adProperties パラメーターがnullされていない場合は、表示する画像の URL を表す adProperties パラメーターの値。それ以外の場合はString.Empty
NavigateUrl adProperties パラメーターがnullされていない場合は、移動先の URL を表す adProperties パラメーターの値。それ以外の場合はString.Empty

適用対象

こちらもご覧ください