DataControlReferenceCollectionEditor(Type) 构造函数

定义

使用指定的集合类型初始化 DataControlReferenceCollectionEditor 类的新实例。

public:
 DataControlReferenceCollectionEditor(Type ^ type);
public DataControlReferenceCollectionEditor (Type type);
new System.Web.DynamicData.Design.DataControlReferenceCollectionEditor : Type -> System.Web.DynamicData.Design.DataControlReferenceCollectionEditor
Public Sub New (type As Type)

参数

type
Type

要编辑的集合的类型。

适用于