Partilhar via


AdCreatedEventArgs(IDictionary) Construtor

Definição

Inicializa uma nova instância da classe 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)

Parâmetros

adProperties
IDictionary

Um IDictionary que contém as propriedades de anúncio do arquivo XML.

Comentários

Use esse construtor para criar e inicializar uma nova instância da AdCreatedEventArgs classe .

A tabela a seguir mostra valores de propriedade iniciais para uma instância do AdCreatedEventArgs.

Propriedade Valor inicial
AdProperties O valor do adProperties parâmetro se o adProperties parâmetro não nullfor ; caso contrário, um vazio System.Collections.IDictionary.
AlternateText Se o adProperties parâmetro não nullfor , o valor no adProperties parâmetro que representa o texto alternativo; caso contrário, String.Empty.
ImageUrl Se o adProperties parâmetro não nullfor , o valor no adProperties parâmetro que representa a URL da imagem a ser exibida; caso contrário, String.Empty.
NavigateUrl Se o adProperties parâmetro não nullfor , o valor no adProperties parâmetro que representa a URL para a qual navegar; caso contrário, String.Empty.

Aplica-se a

Confira também