EmbeddedMailObjectCollectionEditor(Type) 构造函数

定义

初始化 EmbeddedMailObjectCollectionEditor 类的新实例。

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)

参数

type
Type

Type要编辑的集合。

注解

当用户选择省略号时,.NET Framework 在内部构造 EmbeddedMailObjectCollectionEditor 类的新实例(...EmbeddedObjects 属性上的)按钮,MailDefinition 在视觉设计器的 Properties 网格中,在设计 CreateUserWizardChangePasswordPasswordRecovery 或其他封装 MailDefinition 对象的控件时。

适用于

另请参阅