EmbeddedMailObjectCollectionEditor(Type) Konstruktor

Definice

Inicializuje novou instanci EmbeddedMailObjectCollectionEditor třídy.

public:
 EmbeddedMailObjectCollectionEditor(Type ^ type);
public EmbeddedMailObjectCollectionEditor(Type type);
new System.Web.UI.Design.WebControls.EmbeddedMailObjectCollectionEditor : Type -> System.Web.UI.Design.WebControls.EmbeddedMailObjectCollectionEditor
Public Sub New (type As Type)

Parametry

type
Type

Kolekce Type , která se má upravit.

Poznámky

Rozhraní .NET Framework interně vytvoří novou instanci třídy EmbeddedMailObjectCollectionEditor, když uživatel vybere tři tečky (... ) na vlastnosti EmbeddedObjects v části MailDefinition, v mřížce Properties návrháře vizuálů při návrhu CreateUserWizard, ChangePassword, PasswordRecovery nebo jiného ovládacího prvku zapouzdření objektu MailDefinition.

Platí pro

Viz také